use "command gvim" instead of "$(which gvim)"
This commit is contained in:
parent
b001902956
commit
36860c5999
@ -21,9 +21,9 @@ function gvim()
|
||||
{
|
||||
arg="$1"
|
||||
if [ "${arg}" = "" ]; then
|
||||
$(which gvim)
|
||||
command gvim
|
||||
else
|
||||
$(which gvim) --remote-tab-silent "$@"
|
||||
command gvim --remote-tab-silent "$@"
|
||||
fi
|
||||
}
|
||||
alias cribbage='cribbage -r'
|
||||
|
Loading…
x
Reference in New Issue
Block a user