summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-10-26 14:17:36 -0400
committerJune McEnroe <june@causal.agency>2013-10-26 14:17:36 -0400
commit154645f881b168e274875f25e0acb0bfec1cd2b9 (patch)
tree909bc614a19fb12c66204970b6a3496745d331ca /.zshrc
parentAdd home.programble.me function (diff)
downloadsrc-154645f881b168e274875f25e0acb0bfec1cd2b9.tar.gz
src-154645f881b168e274875f25e0acb0bfec1cd2b9.zip
Add gvim alias to silence stderr
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 16eab872..5f93af54 100644
--- a/.zshrc
+++ b/.zshrc
@@ -112,6 +112,8 @@ alias ls='ls --color=auto'
 alias grep='grep --color=auto'
 alias rm='rm -vI'
 
+alias gvim='gvim 2> /dev/null'
+
 if which hub &> /dev/null; then
   compdef hub=git
   alias git=hub