From 65d8580e48236ae8f086e078ed772c8891e41087 Mon Sep 17 00:00:00 2001 From: Terence Tuhinanshu Date: Wed, 23 Mar 2022 13:53:00 -0400 Subject: [PATCH] Rename git completion file to not conflict with fish fish ships with a default git.fish file with git completions. When this is installed, it overrides that, and since this relies on functions defined in that default file itself, e.g. __fish_git_branches, it doesn't work. By renaming it to git-flow.fish we ensure it is scoped correctly and works as expected. --- README.markdown | 2 +- git.fish => git-flow.fish | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename git.fish => git-flow.fish (100%) diff --git a/README.markdown b/README.markdown index c81db24..05bd03f 100644 --- a/README.markdown +++ b/README.markdown @@ -70,7 +70,7 @@ To achieve git-flow completion nirvana: To achieve git-flow completion nirvana: - 1. Install `git.fish` in your `~/.config/fish/completions` folder. + 1. Install `git-flow.fish` in your `~/.config/fish/completions` folder. ## The Fine Print diff --git a/git.fish b/git-flow.fish similarity index 100% rename from git.fish rename to git-flow.fish