aboutsummaryrefslogblamecommitdiffstats
path: root/roles/setup_utils/files/zshrc
blob: 21260a35385eedbb7e5ec973195dd3636a36bd83 (plain) (tree)



















                                                                                                   
                          
export TERM=xterm-256color
export LANG=en_US.UTF-8

CASE_SENSITIVE="false"

autoload -U history-search-end
zle -N history-beginning-search-backward-end history-search-end
zle -N history-beginning-search-forward-end history-search-end
bindkey "^[[A" history-beginning-search-backward-end
bindkey "^[[B" history-beginning-search-forward-end
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
bindkey "\e[3~" delete-char 
bindkey '^[[Z' reverse-menu-complete

zstyle ':completion:*' completer _complete
zstyle ':completion:*' matcher-list '' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' '+l:|=* r:|=*'
autoload -Uz compinit
compinit -u

PROMPT="%B %n@%m %~ %# %b"
remember that computers suck.