Lots: Switch to firestarter
This commit is contained in:
12
.xsessionrc
Executable file
12
.xsessionrc
Executable 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
|
Reference in New Issue
Block a user