mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
fix zsh cfg reading
This commit is contained in:
parent
991fd5beee
commit
7a8b4bb4e2
4
zshrc
4
zshrc
@ -103,5 +103,5 @@ for _DIR in $(find "${HOME}/.local/bin" -type d 2> /dev/null); do export PATH="$
|
||||
# fix urxvt
|
||||
if [[ ${TERM} =~ "rxvt-unicode-*" ]] export TERM="xterm"
|
||||
|
||||
## load custom settings from $HOME/.zsh
|
||||
for _SCR in $(find "${HOME}/.zsh/" -type 'f' -or -type 'l' 2> /dev/null); do source "${_SCR}"; done
|
||||
# load custom settings from $HOME/.zsh
|
||||
for _SCR in $(find "${HOME}/.zsh/" -type 'f' -or -type 'l' -maxdepth 1 2> /dev/null); do source "${_SCR}"; done
|
||||
|
Loading…
Reference in New Issue
Block a user