This messes up on older zsh
This commit is contained in:
parent
179df718ca
commit
1265916fb9
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
|
@ -2,7 +2,7 @@ typeset -ga preexec_functions
|
||||||
typeset -ga precmd_functions
|
typeset -ga precmd_functions
|
||||||
typeset -ga chpwd_functions
|
typeset -ga chpwd_functions
|
||||||
fpath=($fpath $HOME/.zsh/func)
|
fpath=($fpath $HOME/.zsh/func)
|
||||||
typeset -u fpath
|
#typeset -u fpath
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
setopt appendhistory hist_ignore_space hist_ignore_all_dups extendedglob nomatch notify dvorak # correct
|
setopt appendhistory hist_ignore_space hist_ignore_all_dups extendedglob nomatch notify dvorak # correct
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue