change vimfiler, add remote keybindings for i3

This commit is contained in:
Barak Michener 2018-07-05 12:59:28 -07:00
parent 4ad34c4e48
commit 3758e4cb45
3 changed files with 17 additions and 5 deletions

View file

@ -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