Skip to content

Instantly share code, notes, and snippets.

@netheril96
Created October 14, 2014 09:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netheril96/70be43f8627eea5603f1 to your computer and use it in GitHub Desktop.
Save netheril96/70be43f8627eea5603f1 to your computer and use it in GitHub Desktop.
zstyle output
cache-path
:completion::complete:* /Users/rsy/.oh-my-zsh/cache/
command
:completion:*:*:*:*:processes 'ps -u rsy -o pid,user,comm -w -w'
ignored-patterns
:completion:*:*:*:users adm amanda apache at avahi avahi-autoipd beaglidx bin cacti canna clamav daemon dbus distcache dnsmasq dovecot fax ftp games gdm gkrellmd gopher hacluster haldaemon halt hsqldb ident junkbust kdm ldap lp mail mailman mailnull man messagebus mldonkey mysql nagios named netdump news nfsnobody nobody nscd ntp nut nx obsrun openvpn operator pcap polkitd postfix postgres privoxy pulse pvm quagga radvd rpc rpcuser rpm rtkit scard shutdown squid sshd statd svn sync tftp usbmux uucp vcsa wwwrun xfs '_*'
list-colors
:completion:*:*:kill:*:processes '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
:completion:* ''
matcher-list
:completion:* 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
menu
:completion:*:*:*:*:* select
single-ignored
* show
tag-order
:completion:*:cd:* local-directories directory-stack path-directories
url-globbers
(eval) :url-quote-magic 'zmodload -i zsh/parameter;
reply=( noglob
${(k)galiases[(R)(* |)(noglob|urlglobber|globurl) *]:-}
${(k)aliases[(R)(* |)(noglob|urlglobber|globurl) *]:-} )'
url-local-schema
:urlglobber ftp file
url-metas
:url-quote-magic:* '*?[]^(|)~#{}='
url-other-schema
:urlglobber http https ftp
url-seps
(eval) :url-quote-magic:* 'reply=(";&<>${histchars[1]}")'
use-cache
:completion::complete:* 1
user-commands
:completion:*:*:git:* 'changelog:populate changelog file with commits since the previous tag' 'contrib:display author contributions' 'count:count commits' 'delete-branch:delete local and remote branch' 'delete-submodule:delete submodule' 'delete-tag:delete local and remote tag' extras:git-extras 'graft:merge commits from source branch to destination branch' 'squash:merge commits from source branch into the current one as a single commit' 'feature:create a feature branch' 'refactor:create a refactor branch' 'bug:create a bug branch' 'summary:repository summary' 'effort:display effort statistics' repl:read-eval-print-loop 'commits-since:list commits since a given date' 'release:release commit with the given tag' 'alias:define, search and show aliases' 'ignore:add patterns to .gitignore' 'info:show info about the repository' 'create-branch:create local and remote branch' 'fresh-branch:create empty local branch' 'undo:remove the latest commit' 'setup:setup a git repository' 'touch:one step creation of new files' 'obliterate:Completely remove a file from the repository, including past commits and tags' 'local-commits:list unpushed commits on the local branch'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment