Skip to content

Instantly share code, notes, and snippets.

@trinary
Created November 10, 2010 17:37
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 trinary/671189 to your computer and use it in GitHub Desktop.
Save trinary/671189 to your computer and use it in GitHub Desktop.
# The following lines were added by compinstall
autoload -Uz vcs_info
typeset -U fpath path
fpath=($fpath $HOME/.zsh/func)
zstyle ':completion:*' completer _expand _complete
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
zstyle :compinstall filename '~/.zshrc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment