diff --git a/zsh/.zshrc b/zsh/.zshrc index 10f619e..f16909d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -3,6 +3,9 @@ autoload -U +X compinit && compinit autoload -U +X bashcompinit && bashcompinit autoload -Uz vcs_info +HISTSIZE=100000 +SAVEHIST=100000 + setopt completeinword setopt extended_glob setopt noflowcontrol