This website requires JavaScript.
Explore
Help
Sign in
dot
/
zsh
Watch
1
Star
0
Fork
You've already forked zsh
0
Code
Issues
Pull requests
Releases
Wiki
Activity
f06071e7c7
zsh
/
config
/
zsh
/
zprofile
3 lines
52 B
Text
Raw
Normal View
History
Unescape
Escape
Reduce startup time a teeny bit more by compiling the zcompdump file in the background
2016-10-19 18:12:53 -04:00
#! zsh
Guarantee that the Zinit module is the first thing loaded whenever possible, so that everything else gets compiled and timed
2020-01-19 20:51:33 -05:00
for f in $ZDOTDIR/login/^*.zwc(N); source $f
Reference in a new issue
Copy permalink