From 336cc09bfa8ad61d556ca79574f56ce62d73073f Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 14 Dec 2012 15:29:36 -0500 Subject: [PATCH] Remove gvim alias --- .bashrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bashrc b/.bashrc index dd46c7d..5e748a7 100755 --- a/.bashrc +++ b/.bashrc @@ -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