mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 08:20:59 +02: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:
parent
cda628bb7f
commit
e5c7719e37
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…
Reference in New Issue
Block a user