mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
fix zshrc
This commit is contained in:
parent
a8dffeb902
commit
353b62993a
2
zshrc
2
zshrc
@ -107,6 +107,6 @@ if [[ ${TERM} =~ "rxvt-unicode-*" ]] export TERM="xterm"
|
||||
find "${HOME}/.ssh/conf.d" -type f -name '*.conf' -exec cat {} > "${HOME}/.ssh/config" \; 2> /dev/null
|
||||
|
||||
# load custom settings from $HOME/.zsh
|
||||
if [[ -a ${HOME}/.zsh/zsh-plugins ]]; then
|
||||
if [[ -a ${HOME}/.zsh-plugins ]]; then
|
||||
for _SRC in $(cat "${HOME}/.zsh-plugins"); do source "${HOME}/.zsh/${_SRC}"; done
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user