make terminator an optional default
This commit is contained in:
parent
14d9ec08f6
commit
df52ac82d4
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ -n "`which gnome-terminal`" ]; then
|
||||
if [ -n "`which terminator`" ]; then
|
||||
terminator
|
||||
elif [ -n "`which gnome-terminal`" ]; then
|
||||
gnome-terminal
|
||||
elif [ -n "`which urxvt`" ]; then
|
||||
urxvt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue