From 900249e33d6c3e1108385360880ccc022bf61029 Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 14 May 2020 20:38:15 +0200 Subject: Zsh vim keys and experimenting with new zsh config. Dwm converted to new xinit system --- zsh-no-omzsh/.zshrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 zsh-no-omzsh/.zshrc (limited to 'zsh-no-omzsh/.zshrc') 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%} " -- cgit v1.2.3