mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-25 08:27:18 +00:00
update zshrc
This commit is contained in:
parent
75df5ba69d
commit
7cf04e8f56
2
zshrc
2
zshrc
@ -109,4 +109,4 @@ if [[ ${EUID} != 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
## load custom settings from $HOME/.zsh
|
## load custom settings from $HOME/.zsh
|
||||||
for _SCR in $(find "${HOME}/.zsh" -type f 2> /dev/null); do source "${_SCR}"; done
|
for _SCR in $(find "${HOME}/.zsh" -type 'f' -or -type 'l' 2> /dev/null); do source "${_SCR}"; done
|
||||||
|
Loading…
Reference in New Issue
Block a user