summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-01-28 16:37:52 -0500
committerJune McEnroe <june@causal.agency>2016-01-28 16:37:52 -0500
commita0eac1e19f22159dbc25283861bb298acadbd497 (patch)
tree3aabf10be3aace23d192b82506ae10ae68ea6d23 /.zshrc
parentRewrite zshrc (diff)
downloadsrc-a0eac1e19f22159dbc25283861bb298acadbd497.tar.gz
src-a0eac1e19f22159dbc25283861bb298acadbd497.zip
Remove linux gvim alias
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 91ae92fd..c0f1fd19 100644
--- a/.zshrc
+++ b/.zshrc
@@ -16,7 +16,7 @@ export EDITOR=vim
 [[ "$OSTYPE" =~ 'darwin' ]] && alias osx=true || alias osx=false
 osx && export CLICOLOR=1 || alias ls='ls --color' grep='grep --color'
 osx || alias rm='rm -I'
-osx && alias gvim=mvim || alias gvim='gvim 2> /dev/null'
+osx && alias gvim=mvim
 
 alias gcl='git clone'
 alias gs='git status -sb'
15Factor out common parts of downgrade messagesJune McEnroe 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe