X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fzsh%2Ffiles%2Fzshrc;h=77dec342c97500439993cd3b700629962bed507b;hb=5f59281a44b17f4bf9e7e0105954e25b445d8e8a;hp=3f3d61b7a6731dfcd507a913ed02cdb74bbeb68d;hpb=ec16bafc180f13ef630aded210de373e8d40af5d;p=max%2Fsaltfiles.git diff --git a/states/zsh/files/zshrc b/states/zsh/files/zshrc index 3f3d61b..77dec34 100644 --- a/states/zsh/files/zshrc +++ b/states/zsh/files/zshrc @@ -8,7 +8,7 @@ zstyle ':completion:*' ignore-parents parent pwd zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s zstyle ':completion:*' list-suffixes true -zstyle ':completion:*' max-errors 2 +zstyle ':completion:*' max-errors 1 zstyle ':completion:*' menu select=1 zstyle ':completion:*' preserve-prefix '//[^/]##/' zstyle ':completion:*' prompt 'Corrections with %e differences:' @@ -21,8 +21,8 @@ compinit # End of lines added by compinstall # Lines configured by zsh-newuser-install HISTFILE=~/.histfile -HISTSIZE=20000 -SAVEHIST=20000 +HISTSIZE=100000 +SAVEHIST=100000 setopt appendhistory autocd extendedglob nomatch unsetopt beep notify bindkey -v @@ -53,3 +53,9 @@ fi gpg-connect-agent updatestartuptty /bye > /dev/null + +bindkey '^R' history-incremental-search-backward + +if [[ -f ~/.shell_aliases ]]; then + source ~/.shell_aliases +fi