change vimfiler, add remote keybindings for i3
This commit is contained in:
parent
4ad34c4e48
commit
3758e4cb45
3 changed files with 17 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ -n "`which terminator`" ]; then
|
||||
terminator
|
||||
terminator $@
|
||||
elif [ -n "`which gnome-terminal`" ]; then
|
||||
gnome-terminal
|
||||
gnome-terminal $@
|
||||
elif [ -n "`which urxvt`" ]; then
|
||||
urxvt
|
||||
urxvt $@
|
||||
else
|
||||
xterm
|
||||
xterm $@
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue