summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-10-26 14:17:36 -0400
committerJune McEnroe <programble@gmail.com>2013-10-26 14:17:36 -0400
commit6bc04479f99b0c8df67f2f49bfb5c6509b74aa1b (patch)
treeb2a03ac492b9f494373a818605c8684006922ad6 /.zshrc
parentAdd home.programble.me function (diff)
downloadsrc-6bc04479f99b0c8df67f2f49bfb5c6509b74aa1b.tar.gz
src-6bc04479f99b0c8df67f2f49bfb5c6509b74aa1b.zip
Add gvim alias to silence stderr
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index a9a6e9d6..774a0ac3 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