summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-04-12 18:59:02 -0400
committerJune McEnroe <june@causal.agency>2016-04-12 18:59:02 -0400
commit43a9e9b744817d1b6fcfabeac51a27dff05c994a (patch)
tree5b6f5a637065041f31336b7e87cbf09f14f96a75
parentDetect Darwin or *BSD for aliases (diff)
downloadsrc-43a9e9b744817d1b6fcfabeac51a27dff05c994a.tar.gz
src-43a9e9b744817d1b6fcfabeac51a27dff05c994a.zip
Remove gvim=mvim alias
Diffstat (limited to '')
-rw-r--r--.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 02ca821c..9ec45b04 100644
--- a/.zshrc
+++ b/.zshrc
@@ -18,7 +18,6 @@ export GPG_TTY=$TTY
 [[ "$OSTYPE" =~ 'darwin|bsd' ]] && alias bsd=true || alias bsd=false
 bsd && export CLICOLOR=1 || alias ls='ls --color' grep='grep --color'
 bsd || alias rm='rm -I'
-bsd && alias gvim=mvim
 
 alias gcl='git clone'
 alias gs='git status -sb'