move zshenv vars to profile.d
This commit is contained in:
parent
48d4decdd3
commit
266e5187be
1 changed files with 2 additions and 0 deletions
|
@ -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/"
|
Reference in a new issue