Created
February 11, 2012 13:01
-
-
Save mnogu/1799309 to your computer and use it in GitHub Desktop.
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
| 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