summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-01-14 20:53:56 -0500
committerJune McEnroe <programble@gmail.com>2012-01-14 20:53:56 -0500
commit641951bc5bedf92d0f4e2684875cd008e567a8bd (patch)
tree599d412b1c2b751fc94692c3291df138b6932f73
parentPineapples (diff)
downloadsrc-641951bc5bedf92d0f4e2684875cd008e567a8bd.tar.gz
src-641951bc5bedf92d0f4e2684875cd008e567a8bd.zip
Removed vimrc
-rw-r--r--_zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/_zshrc b/_zshrc
index 60dd8a27..e9445050 100644
--- a/_zshrc
+++ b/_zshrc
@@ -140,6 +140,10 @@ alias m='make -j4'
 alias killlall='killall'
 alias irb='ripl'
 
+function gvim {
+    [ "$@" ] && =gvim --remote-silent $@ || =gvim
+}
+
 function prompt_char {
 	#[ -e ".git" ] && echo '+' && return
 	#git branch &> /dev/null && echo '+' && return