summaryrefslogtreecommitdiff
path: root/.zprofile
blob: 486497e1899e19f1081ee5a7520aec52c4ca5140 (plain)
1
2
3
4
5
6
export PATH="$HOME/dotfiles/scripts/:$PATH"
export EDITOR="/bin/nvim"

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