Skip to content

Instantly share code, notes, and snippets.

@mfowlewebs
Created June 15, 2015 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfowlewebs/d555416e6502f5d593dc to your computer and use it in GitHub Desktop.
Save mfowlewebs/d555416e6502f5d593dc to your computer and use it in GitHub Desktop.
beginning of my hanging .zshrc
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