fixed startup block

This commit is contained in:
2025-11-06 13:41:21 +01:00
parent ac651fe95d
commit f8ad9e5ecb
2 changed files with 5 additions and 9 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
# -- Env Paths ---
# Start on boot
if [[ -z $DISPLAY ]] && [[ $(tty) == /dev/tty1 ]]; then
startx
fi
# -- Env Paths ---
export GOPATH=$HOME/.local/go/
export GOBIN=$HOME/.local/go/bin
export PATH=$PATH:$GOBIN