Created
November 7, 2014 08:33
-
-
Save karlbaillie/81535d0186c6903500f1 to your computer and use it in GitHub Desktop.
ZSH Config
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
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