export PATH=/usr/local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH=/Users/nason/.oh-my-zsh zstyle ':completion:*' completer _complete _ignored _approximate zstyle ':completion:*' list-colors '' zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[._-]=** r:|=**' 'l:|=* r:|=*' zstyle ':completion:*' max-errors 1 zstyle :compinstall filename '/home/anason/.zshrc' autoload -Uz compinit compinit HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 setopt appendhistory autocd beep extendedglob notify ZSH_THEME="robbyrussell" ENABLE_CORRECTION="true" COMPLETION_WAITING_DOTS="true" plugins=(git last-working-dir) source $ZSH/oh-my-zsh.sh