From 6bc04479f99b0c8df67f2f49bfb5c6509b74aa1b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 26 Oct 2013 14:17:36 -0400 Subject: Add gvim alias to silence stderr --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.4.1