This website requires JavaScript.
Explore
Help
Register
Sign In
colonelpanic
/
dotfiles
Watch
1
Star
0
Fork
1
You've already forked dotfiles
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
35347107e8
dotfiles
/
dotfiles
/
zshenv
2 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Refactor zsh_env startup so that it is possible to override PATH variable once it has already been configured.
2015-08-11 00:25:34 -06:00
source ~/.lib/shellenv.sh
Add source of .customenv to .zshenv
2016-06-20 01:36:12 -06:00
test -r ~/.customenv.sh && source ~/.customenv.sh
Reference in New Issue
Copy Permalink