mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-04-21 10:01:58 +00:00
Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user