summaryrefslogtreecommitdiff
path: root/.zprofile
blob: 4c4766637b7a77f64958a98af69d3db12bdebffc (plain)
1
2
3
4
5
export PATH="$HOME/dotfiles/scripts/:$PATH"

if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
    exec dbus-launch --exit-with-session Hyprland
fi