Archived
1
0
Fork 0

move zshenv vars to profile.d

This commit is contained in:
Luca Bilke 2024-01-23 15:24:18 +01:00
parent 48d4decdd3
commit 266e5187be

View file

@ -1,2 +1,4 @@
#!/bin/sh
[ -z "$XDG_DATA_DIRS" ] && export XDG_DATA_DIRS="/usr/local/share/:/usr/share/"
[ -z "$XDG_CONFIG_HOME" ] && export XDG_CONFIG_HOME="$HOME/.config/"
[ -d "$XDG_CONFIG_HOME/zsh" ] && export ZDOTDIR="$XDG_CONFIG_HOME/zsh/"