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
d62bc24438
zsh
/
zshenv
7 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Major cleanup and restructuring - remove custom module loader, use zplug for own plugins - move config parts from modules to files - move other module parts to separate zsh plugins
2019-07-10 13:36:41 +00:00
export ZDOTDIR="${$(readlink $HOME/.zshenv):h:a}"
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