summarylogtreecommitdiffstats
path: root/fisher-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'fisher-git.install')
-rw-r--r--fisher-git.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/fisher-git.install b/fisher-git.install
deleted file mode 100644
index 1f609d7fea7e..000000000000
--- a/fisher-git.install
+++ /dev/null
@@ -1,16 +0,0 @@
-function post_install {
- echo "
-If you upgraded from fisherman see the migration guide -> https://github.com/jorgebucaran/fisher/issues/450
-"
-}
-
-function post_upgrade {
- post_install
-}
-
-function post_remove {
- echo "
-Remember that your plugins and fisher config still reside in your home directory,
-usually ~/.config/fish/.
-"
-}