Skip to content

Instantly share code, notes, and snippets.

@mnogu
Created February 11, 2012 13:01
Show Gist options
  • Select an option

  • Save mnogu/1799309 to your computer and use it in GitHub Desktop.

Select an option

Save mnogu/1799309 to your computer and use it in GitHub Desktop.
autoload -U compinit
compinit
PROMPT="%m:%~ %n%# "
PROMPT2="%_> "
export HISTSIZE=10000
export HISTFILE="$HOME/.history"
export SAVEHIST=$HISTSIZE
setopt hist_ignore_dups
setopt share_history
setopt auto_cd
setopt auto_pushd
setopt correct
setopt list_packed
autoload predict-on
predict-on
zstyle ':completion:*' list-colors ''
alias ls='ls -G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment