diff options
| author | ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | 2025-01-19 11:20:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-19 11:20:14 +0100 |
| commit | d689aa289e5dcda7c35b907af62bd08feb679b37 (patch) | |
| tree | 0539bb5994db0c273118eadbc8772174a49bb04a /plugins/gitfast/_git | |
| parent | 8c5b71b2f430283d0e9404ad1d2b470ed336aaab (diff) | |
| download | zsh-d689aa289e5dcda7c35b907af62bd08feb679b37.tar.gz zsh-d689aa289e5dcda7c35b907af62bd08feb679b37.tar.bz2 zsh-d689aa289e5dcda7c35b907af62bd08feb679b37.zip | |
feat(gitfast): update to version v2.2 (#12923)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
Diffstat (limited to 'plugins/gitfast/_git')
| -rw-r--r-- | plugins/gitfast/_git | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/plugins/gitfast/_git b/plugins/gitfast/_git index 31bf88c1c..1283c713e 100644 --- a/plugins/gitfast/_git +++ b/plugins/gitfast/_git @@ -2,23 +2,11 @@ # zsh completion wrapper for git # -# Copyright (c) 2012-2020 Felipe Contreras <felipe.contreras@gmail.com> +# Copyright (c) 2012-2024 Felipe Contreras <felipe.contreras@gmail.com> # -# The recommended way to install this script is to make a copy of it as a -# file named '_git' inside any directory in your fpath. +# The recommended way to use this script is to prepend its location to your $fpath: # -# For example, create a directory '~/.zsh/', copy this file to '~/.zsh/_git', -# and then add the following to your ~/.zshrc file: -# -# fpath=(~/.zsh $fpath) -# -# You need git's bash completion script installed. By default bash-completion's -# location will be used (e.g. pkg-config --variable=completionsdir bash-completion). -# -# If your bash completion script is somewhere else, you can specify the -# location in your ~/.zshrc: -# -# zstyle ':completion:*:*:git:*' script ~/.git-completion.bash +# fpath=($git_completion_srcdir $fpath) # zstyle -T ':completion:*:*:git:*' tag-order && \ |
