Remove gvim alias

This commit is contained in:
Andrew Tomaka 2012-12-14 15:29:36 -05:00
parent d651710da3
commit 336cc09bfa

View file

@ -11,8 +11,6 @@ fi
alias dotfiles='cd; curl -#L https://github.com/atomaka/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README,.gitignore}; source ~/.profile'
alias gvim='gvim -f &'
# Case insensitive matching
shopt -s nocaseglob