From e5c7719e377899c1cc333815a153657aec8cda89 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Mon, 25 Sep 2023 16:10:18 +0300 Subject: [PATCH] Remove useless autoload fpath set from main .zshrc It's already set in zshrc.pre file as required by grml-zsh-config --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index fd380f6..b2ceacc 100644 --- a/.zshrc +++ b/.zshrc @@ -1,8 +1,5 @@ # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 -# so that i can autoload -Uz local functions -fpath=( ~/.config/zsh/functions $fpath) - # Use a REAL regex engine zmodload zsh/pcre