Compare commits
1 Commits
e9993b0874
...
36c4247e60
Author | SHA1 | Date | |
---|---|---|---|
36c4247e60 |
@ -42,7 +42,7 @@ commands:
|
|||||||
fi
|
fi
|
||||||
# If vim exists, edit enter and exit scripts.
|
# If vim exists, edit enter and exit scripts.
|
||||||
if which vim &> /dev/null; then
|
if which vim &> /dev/null; then
|
||||||
vim -p $PWD/.enter $PWD/.exit
|
vim -p .enter .exit
|
||||||
else
|
else
|
||||||
echo 'vim not found'; return 1
|
echo 'vim not found'; return 1
|
||||||
fi ;;
|
fi ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user