mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-10 04:15:50 +00:00
try to use configuration instead of removing
This commit is contained in:
4
zshrc
4
zshrc
@ -107,4 +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
|
||||
for _SCR in $(find "${HOME}/.zsh/" -type 'f' -or -type 'l' -maxdepth 1 2> /dev/null); do source "${_SCR}"; done
|
||||
if [[ -a ${HOME}/.zsh/zsh-plugins ]]; then
|
||||
for _SRC in $(cat "${HOME}/.zsh-plugins"); do source "${HOME}/.zsh/${_SRC}"; done
|
||||
fi
|
||||
|
Reference in New Issue
Block a user