summaryrefslogtreecommitdiff
path: root/plugins/gitfast/README.md
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2024-03-07 02:47:15 -0600
committerGitHub <noreply@github.com>2024-03-07 09:47:15 +0100
commit2a71aa50170db6892abb3e173ba425c554744b37 (patch)
treec599ac788db4ab54028e83463f1b18bc06f6b0fc /plugins/gitfast/README.md
parentfd01fd66ce27c669e5ffaea94460a37423d1e134 (diff)
downloadzsh-2a71aa50170db6892abb3e173ba425c554744b37.tar.gz
zsh-2a71aa50170db6892abb3e173ba425c554744b37.tar.bz2
zsh-2a71aa50170db6892abb3e173ba425c554744b37.zip
chore(gitfast): remove update script (#12262)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to 'plugins/gitfast/README.md')
-rw-r--r--plugins/gitfast/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/gitfast/README.md b/plugins/gitfast/README.md
index fed4b120a..60b84a23c 100644
--- a/plugins/gitfast/README.md
+++ b/plugins/gitfast/README.md
@@ -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.