update everything
This commit is contained in:
parent
e842787d16
commit
9b2bd0b702
16 changed files with 224 additions and 114 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
if [ -n "`which gnome-terminal`" ]; then
|
||||
gnome-terminal $@
|
||||
elif [ -n "`which xfce4-terminal`" ]; then
|
||||
xfce4-terminal $@
|
||||
elif [ -n "`which terminator`" ]; then
|
||||
terminator $@
|
||||
elif [ -n "`which urxvt`" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue