diff options
author | June McEnroe <june@causal.agency> | 2016-04-12 18:59:02 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-04-12 18:59:02 -0400 |
commit | 43a9e9b744817d1b6fcfabeac51a27dff05c994a (patch) | |
tree | 5b6f5a637065041f31336b7e87cbf09f14f96a75 | |
parent | Detect Darwin or *BSD for aliases (diff) | |
download | src-43a9e9b744817d1b6fcfabeac51a27dff05c994a.tar.gz src-43a9e9b744817d1b6fcfabeac51a27dff05c994a.zip |
Remove gvim=mvim alias
-rw-r--r-- | .zshrc | 1 |
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' |