From 9fbae9b783e1b9ac0597f0bdbaf80c3604ba601c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 18 Mar 2013 09:51:41 +0100 Subject: bash functions: Remove gvim wrapper --- .config/bash/functions.sh | 3 --- 1 file changed, 3 deletions(-) (limited to '.config') diff --git a/.config/bash/functions.sh b/.config/bash/functions.sh index 06547ed..786e199 100644 --- a/.config/bash/functions.sh +++ b/.config/bash/functions.sh @@ -37,9 +37,6 @@ function r() { nh() { nohup "$@" &> /dev/null & } -gvim() { - /usr/bin/gvim $([[ $# > 0 ]] && echo --remote-tab-silent $@) -} print_prompt_nl_if_needed() { local pos -- cgit