Remove useless autoload fpath set from main .zshrc

It's already set in zshrc.pre file as required by grml-zsh-config
This commit is contained in:
Arti Zirk 2023-09-25 16:10:18 +03:00
parent cda628bb7f
commit e5c7719e37
1 changed files with 0 additions and 3 deletions

3
.zshrc
View File

@ -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