Skip to content

Instantly share code, notes, and snippets.

@kybernetyk
Created January 3, 2011 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kybernetyk/763311 to your computer and use it in GitHub Desktop.
Save kybernetyk/763311 to your computer and use it in GitHub Desktop.
tail .zshrc xD
#
##
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