Created
June 15, 2015 21:29
-
-
Save mfowlewebs/d555416e6502f5d593dc to your computer and use it in GitHub Desktop.
beginning of my hanging .zshrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate | |
zstyle ':completion:*' format 'Completing %d' | |
zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'm:{[:lower:]}={[:upper:]}' | |
zstyle ':completion:*' max-errors 4 | |
zstyle ':completion:*' prompt '%e' | |
zstyle :compinstall filename '/Users/matthew/.zshrc' | |
autoload -Uz compinit | |
compinit | |
# End of lines added by compinstall | |
# Lines configured by zsh-newuser-install | |
HISTFILE=~/.hist_zsh | |
HISTSIZE=4000 | |
SAVEHIST=12000 | |
setopt appendhistory extendedglob notify | |
bindkey -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment