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
82c930f4d5
zsh
/
.zshrc
3 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Better resilience to missing components, have zplug handle loading of ~/.zsh/interactive scripts
2016-10-02 04:13:42 -04:00
source
~/.zsh/zplug
[
[
-o login
]
]
&&
for
f in ~/.zsh/interactive+login/*
(
-.N
)
;
source
$f
Reference in a new issue
Copy permalink