index
:
zshrcd.git
main
My zshrc.d files
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zshrc
blob: 69769b698bed97b99afeb2400c5c56c273412af9 (
plain
) (
blame
)
1
2
3
4
5
source /etc/profile for f in $HOME/.zshrc.d/*.zsh ; do source "$f" done || true