Adding shell=/bin/bash to vimrc and the ls -la alias to fish

This commit is contained in:
Dustin Swan
2012-07-09 12:03:34 -05:00
parent e5b924714b
commit f38fda8340
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
alias l "ls -la"
alias vi vim
set -x EDITOR vim