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