1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2026-05-20 09:55:03 +03:00

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:
2023-09-25 16:10:18 +03:00
parent cda628bb7f
commit e5c7719e37
-3
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