summaryrefslogtreecommitdiff
path: root/plugins/gitfast/README.md
diff options
context:
space:
mode:
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.