Skip to content

Commit

Permalink
chore(gitfast): remove update script (ohmyzsh#12262)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
  • Loading branch information
2 people authored and pull[bot] committed Mar 27, 2024
1 parent 2271b63 commit 968ae64
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies:
plugins/gitfast:
repo: felipec/git-completion
branch: master
version: tag:v2.0
version: tag:v2.1
postcopy: |
set -e
rm -rf git-completion.plugin.zsh Makefile README.adoc t tools
Expand Down
6 changes: 0 additions & 6 deletions plugins/gitfast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ To use it, add `gitfast` to the plugins array in your zshrc file:
```zsh
plugins=(... gitfast)
```

## Aliases

An earlier version of the plugin also loaded the git plugin. If you want to keep those
aliases enable the [git plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git)
as well.
2 changes: 1 addition & 1 deletion plugins/gitfast/gitfast.plugin.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Handle $0 according to the standard:
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
0="${ZERO:-${${0:#$ZSH_ARGZERO}:-${(%):-%N}}}"
0="${${(M)0:#/*}:-$PWD/$0}"

source "${0:A:h}/git-prompt.sh"
Expand Down
8 changes: 0 additions & 8 deletions plugins/gitfast/update

This file was deleted.

0 comments on commit 968ae64

Please sign in to comment.