From 84494f739db83631425056faaf9ad5e7d8d7faeb Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 8 Sep 2023 14:15:15 +0200 Subject: [PATCH] zshrc: stop adding duplicates into $fpath --- .zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshrc b/.zshrc index cdd2460..cf0b213 100644 --- a/.zshrc +++ b/.zshrc @@ -14,7 +14,6 @@ fpath=( ~/.zfunc ${ASDF_DIR}/completions - /usr/share/zsh/"$(zsh --version| cut -d ' ' -f2)/functions" $fpath )