1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-04 18:20:18 +00:00

zshrc: delete using zsh-custom dir

This commit is contained in:
Luna 2025-04-01 07:27:24 +02:00
parent 82f69e3689
commit df2967edd4
No known key found for this signature in database
GPG key ID: 4338CC9B243CAE82

7
.zshrc
View file

@ -84,13 +84,6 @@ for f in $OTHER/*.zsh; do
fi
done
if [ -d "$HOME/.zsh-custom" ]; then
for f in $HOME/.zsh-custom/*; do
if [ -f $f ]; then
source $f
fi
done
fi
# configure completion
zstyle ':completion:*:*:*:*:*' menu select