Merge remote branch 'mike/master'
This commit is contained in:
commit
dfdae3540b
2
bash_aliases
Normal file → Executable file
2
bash_aliases
Normal file → Executable file
@ -36,6 +36,8 @@ function mark()
|
||||
local mark_dir=$(grep "^$mark_name:" ${MARKS_FILE} | sed -e 's/[^:]*://')
|
||||
if [[ "$mark_dir" != "" ]]; then
|
||||
cd "$mark_dir"
|
||||
else
|
||||
echo "\`$mark_name' is NOT in mark list!"
|
||||
fi
|
||||
;;
|
||||
-s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user