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:
parent
82f69e3689
commit
df2967edd4
1 changed files with 0 additions and 7 deletions
7
.zshrc
7
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue