Load files from zsh_profile.d
This commit is contained in:
parent
d8e70d99f6
commit
fadcbec047
2
tag-zsh/zsh_profile.d/navigation.zsh
Normal file
2
tag-zsh/zsh_profile.d/navigation.zsh
Normal file
|
@ -0,0 +1,2 @@
|
|||
setopt auto_cd
|
||||
cdpath=($HOME $HOME/Code $HOME/Code/clients $HOME/Code/os)
|
|
@ -97,3 +97,7 @@ source ~/.functions
|
|||
# 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=""
|
||||
|
||||
for zsh_source in $HOME/.zsh_profile.d/*.zsh; do
|
||||
source $zsh_source
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue