Lots: Switch to firestarter

This commit is contained in:
2019-06-21 22:58:56 -05:00
parent a0b6094a02
commit 43d48a4b1a
14 changed files with 26 additions and 480 deletions

12
.xsessionrc Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
for term in mate-terminal lxterminal xfce4-terminal konsole urxvt xterm; do
if command -v "$term" > /dev/null 2>&1; then
export TERMINAL="$term"
break
fi
done
export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"
if command -v go > /dev/null 2>&1; then
export PATH="$PATH:$HOME/.local/go/bin"
fi