Remove exit from mycd function
This commit is contained in:
parent
6ad67cefdd
commit
79f4846c61
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ function mycd() {
|
|||
$EDITOR "$1"
|
||||
else
|
||||
echo "Can't cd"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue