update everything

This commit is contained in:
Barak Michener 2020-12-01 21:22:27 -08:00
parent e842787d16
commit 9b2bd0b702
16 changed files with 224 additions and 114 deletions

View file

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