From a28308803db5fae70e2a73e7714e4548a6a6f712 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 6 Mar 2024 03:53:06 -0600 Subject: [PATCH] feat(gitfast): update README The aliases have been orthogonal for a while now. --- plugins/gitfast/README.md | 6 ------ 1 file changed, 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.