X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/7d19d0fd5608ffd538eaf15a398fd2cb231da13f..186423fe66144fbe2335fd9ca716fdea6cb55712:/base/.zshrc?ds=sidebyside diff --git a/base/.zshrc b/base/.zshrc index 6cbdfe0..e06c318 100644 --- a/base/.zshrc +++ b/base/.zshrc @@ -2,14 +2,22 @@ fpath=(~/.zsh ~/.zsh/functions/Prompts "${fpath[@]}") ### options -setopt autocd extendedglob promptsubst -unsetopt beep - -### history -setopt appendhistory +setopt NO_BEEP NO_CLOBBER +## cd +setopt AUTO_CD CDABLE_VARS +## completion +setopt GLOB_COMPLETE +## line +setopt EXTENDED_GLOB GLOB_DOTS MARK_DIRS NOMATCH NUMERIC_GLOB_SORT +## prompt +setopt PROMPT_SUBST +## jobs +setopt AUTO_CONTINUE +## history +setopt NO_HIST_SAVE_BY_COPY HIST_IGNORE_DUPS SHARE_HISTORY HISTFILE=~/.histfile -HISTSIZE=100 -SAVEHIST=100 +HISTSIZE=1000 +SAVEHIST=1000 ### keys bindkey -v