home-config/bash_profile

72d1c1aae5c6ef87a88e81111a74d7b041c57a22 · 366 B · 13 lines raw

1 export MOZ_ENABLE_WAYLAND=1
2
3 export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share
4 export PATH=~/.local/bin:$PATH:~/.nix-profile/bin:~/.go/bin
5 export GOPATH=~/.go
6
7 # Honor per-interactive-shell startup file
8 if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
9
10 if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
11 exec nixGLIntel Hyprland
12 fi
13