mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-25 00:17:17 +00:00
fix zshrc
This commit is contained in:
parent
7cf04e8f56
commit
3da9f857b1
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' -or -type 'l' 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