make terminator an optional default

This commit is contained in:
Barak Michener 2013-04-26 10:10:54 -04:00
parent 14d9ec08f6
commit df52ac82d4

View file

@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
if [ -n "`which gnome-terminal`" ]; then if [ -n "`which terminator`" ]; then
terminator
elif [ -n "`which gnome-terminal`" ]; then
gnome-terminal gnome-terminal
elif [ -n "`which urxvt`" ]; then elif [ -n "`which urxvt`" ]; then
urxvt urxvt