diff options
Diffstat (limited to 'zsh-no-omzsh')
-rw-r--r-- | zsh-no-omzsh/.zshrc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/zsh-no-omzsh/.zshrc b/zsh-no-omzsh/.zshrc new file mode 100644 index 0000000..474a7a7 --- /dev/null +++ b/zsh-no-omzsh/.zshrc @@ -0,0 +1,24 @@ +# The following lines were added by compinstall + +zstyle ':completion:*' completer _expand _complete _ignored _approximate +zstyle ':completion:*' group-name '' +zstyle ':completion:*' list-colors '' +zstyle ':completion:*' matcher-list '+' '+m:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'l:|=* r:|=*' 'r:|[._-]=* r:|=*' +zstyle ':completion:*' menu select=5 +zstyle ':completion:*' select-prompt '%SScrolling active: current selection at %p%s' +zstyle :compinstall filename '/home/julian/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=10000 +SAVEHIST=100000 +unsetopt beep +bindkey -v +# End of lines configured by zsh-newuser-install + +PROMPT="$FG[032]%~\ +$(git_prompt_info) \ +$FG[105]%(!.#.ยป)%{$reset_color%} " |