Load files from .zsh_profile.d
This commit is contained in:
parent
704dc0aee4
commit
4d55e0e698
4
.zshrc
4
.zshrc
|
@ -101,3 +101,7 @@ fi
|
||||||
# Stop zsh from eating space before pipe symbol
|
# Stop zsh from eating space before pipe symbol
|
||||||
# https://superuser.com/questions/613685/how-stop-zsh-from-eating-space-before-pipe-symbol
|
# https://superuser.com/questions/613685/how-stop-zsh-from-eating-space-before-pipe-symbol
|
||||||
ZLE_REMOVE_SUFFIX_CHARS=""
|
ZLE_REMOVE_SUFFIX_CHARS=""
|
||||||
|
|
||||||
|
for zsh_source in $HOME/.zsh_profile.d/*.zsh; do
|
||||||
|
source $zsh_source
|
||||||
|
done
|
||||||
|
|
Loading…
Reference in a new issue