summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-03-18 09:51:41 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-03-18 09:51:41 +0100
commit9fbae9b783e1b9ac0597f0bdbaf80c3604ba601c (patch)
treeec9ce8446cbd7118511af271b5a2041d22eee8ac
parent11e16cbe3fa1bf29f81fd3e3c00424ca2317ea7a (diff)
downloaddotfiles-9fbae9b783e1b9ac0597f0bdbaf80c3604ba601c.tar.gz
dotfiles-9fbae9b783e1b9ac0597f0bdbaf80c3604ba601c.tar.bz2
dotfiles-9fbae9b783e1b9ac0597f0bdbaf80c3604ba601c.zip
bash functions: Remove gvim wrapper
-rw-r--r--.config/bash/functions.sh3
1 files changed, 0 insertions, 3 deletions
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