This website requires JavaScript.
Explore
Help
Sign In
configs
/
zsh
Watch
1
Star
0
Fork
You've already forked zsh
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
253a43b45b
zsh
/
zshenv
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move environment variables into separate files per program/language
2019-02-11 15:05:04 +00:00
export ZDOTDIR=${XDG_CONFIG_HOME:-$HOME/.config}/zsh
Fix usage in user folder instead of global
2019-02-01 10:13:51 +00:00
Move environment variables into separate files per program/language
2019-02-11 15:05:04 +00:00
for i in $ZDOTDIR/env/*.zsh; do
. $i
done
Fix usage in user folder instead of global
2019-02-01 10:13:51 +00:00
Reference in a new issue
Copy permalink