From df2967edd4b3ff4de83c685da481429bfb08eb48 Mon Sep 17 00:00:00 2001 From: Luna Date: Tue, 1 Apr 2025 07:27:24 +0200 Subject: [PATCH] zshrc: delete using zsh-custom dir --- .zshrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.zshrc b/.zshrc index 44e8959..141d0ec 100644 --- a/.zshrc +++ b/.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