Browse Source

Remove useless autoload fpath set from main .zshrc

It's already set in zshrc.pre file as required by grml-zsh-config
master
Arti Zirk 1 year ago
parent
commit
e5c7719e37
  1. 3
      .zshrc

3
.zshrc

@ -1,8 +1,5 @@
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 # 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 # Use a REAL regex engine
zmodload zsh/pcre zmodload zsh/pcre

Loading…
Cancel
Save