Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
2025-11-12 14:24:37 +01:00
+5 -1
View File
@@ -1,5 +1,9 @@
# -- Env Paths ---
# Start on boot
if [[ -z $DISPLAY ]] && [[ $(tty) == /dev/tty1 ]]; then
exec sway
fi
# -- Env Paths ---
export GOPATH=$HOME/.local/go/
export GOBIN=$HOME/.local/go/bin
export PATH=$PATH:$GOBIN