diff options
author | Julian T <julian@jtle.dk> | 2020-05-14 20:38:15 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-05-14 20:40:03 +0200 |
commit | 900249e33d6c3e1108385360880ccc022bf61029 (patch) | |
tree | 6f0d03c0908595417b4a24d309aec3f8ae1a3cad /zsh-no-omzsh/.zshrc | |
parent | 74ed27204ab3ad135dbc338f1ce3a3ca74adb477 (diff) |
Zsh vim keys and experimenting with new zsh config. Dwm converted to new
xinit system
Diffstat (limited to 'zsh-no-omzsh/.zshrc')
-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%} " |