commit 0375be7b52b73d5e6ee6a6bf865a98a9315d3644 parent e1ce2772d15b0ecd1bbf4f02a20571b24462b987 Author: Chris Bracken <cbracken@google.com> Date: Thu, 11 Oct 2012 15:57:06 -0700 Added gvim func to work around launchpad bug 776499 Diffstat:
A | .bash_functions | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.bash_functions b/.bash_functions @@ -0,0 +1,4 @@ +# gnome-gvim has a problem forking at startup with ibus running under gPrecise +function gvim { + /usr/bin/gvim -f $* > /dev/null 2> /dev/null & disown +}