Skip to content

Instantly share code, notes, and snippets.

@karlbaillie
Created November 7, 2014 08:33
Show Gist options
  • Save karlbaillie/81535d0186c6903500f1 to your computer and use it in GitHub Desktop.
Save karlbaillie/81535d0186c6903500f1 to your computer and use it in GitHub Desktop.
ZSH Config
HISTFILE=~/.histfile
HISTSIZE=100000
SAVEHIST=1000
bindkey -e
zstyle :compinstall filename '/home/karl/.zshrc'
autoload -Uz compinit
compinit
zstyle ':completion:*:descriptions' format '%U%B%d%b%u'
zstyle ':completion:*:warnings' format '%BSorry, no matches for: %d%b'
autoload -U promptinit
promptinit
prompt fire green black green red magenta red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment