Updated fish shell with VC prompt and right pwd

This commit is contained in:
Vincent Ambo 2013-07-04 11:58:15 +02:00
parent 613c12af10
commit ea7e25d25d
2 changed files with 18 additions and 3 deletions

3
fish/functions/edit.fish Normal file
View file

@ -0,0 +1,3 @@
function edit
emacsclient -no-wait $argv
end