persistent undo for cli vim.

Also had to create the backups directory, not sure where to do that.
This commit is contained in:
Will Milton
2012-02-22 20:02:05 -06:00
parent 5e2665a797
commit 59f10e5e88
2 changed files with 6 additions and 5 deletions

View File

@@ -29,6 +29,9 @@ alias lsg='ll | grep'
alias ae='vi $yadr/zsh/aliases' #alias edit
alias ar='source $yadr/zsh/aliases' #alias reload
# vim using
alias vim=$(brew ls macvim | grep Contents/MacOS/Vim)
# vimrc editing
alias ve='vi ~/.vimrc'