diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..34e7c3e --- /dev/null +++ b/.zprofile @@ -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"