add .zprofile
This commit is contained in:
parent
fa1d9b4e88
commit
5e6d3f6433
1 changed files with 7 additions and 0 deletions
7
.zprofile
Normal file
7
.zprofile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue