add .zprofile

This commit is contained in:
Simon Belmont 2025-03-24 12:44:09 -04:00
parent fa1d9b4e88
commit 5e6d3f6433

7
.zprofile Normal file
View file

@ -0,0 +1,7 @@
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec Hyprland
fi
# Created by `pipx` on 2024-01-02 21:02:32
export PATH="$PATH:/home/peter/.local/bin"
export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:/home/peter/.local/share/flatpak/exports/share:$XDG_DATA_DIRS"