summaryrefslogtreecommitdiff
path: root/home-config/bash_profile
blob: 72ea319e60206e854f071e3e146e15dd883c328c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
export MOZ_ENABLE_WAYLAND=1

export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share
export PATH=~/.local/bin:$PATH:~/.nix-profile/bin:~/.go/bin
export GOPATH=~/.go

# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi

if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
    exec nixGLIntel Hyprland
fi