Created
January 3, 2011 09:54
-
-
Save kybernetyk/763311 to your computer and use it in GitHub Desktop.
tail .zshrc xD
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
# | |
## | |
setopt auto_pushd | |
setopt PUSHD_IGNOREDUPS | |
setopt PUSHD_SILENT | |
setopt no_beep | |
export CLICOLOR=1 | |
export LSCOLORS=dxfxcxdxgxegedabagacad | |
#show all killable processes for kill <tab> | |
zstyle ':completion:*:kill:*:processes' command "ps x" | |
#menu for short lists | |
zstyle ':completion:*' menu select=1 _complete _ignored _approximate | |
#menu for kill command | |
zstyle ':completion:*:*:kill:*' menu select=1 _complete _ignored _approximate | |
#don't waste space in completion lists | |
setopt list_packed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment