summarylogtreecommitdiffstats
path: root/fisher-git.install
blob: eaa05da1ef35062f028a2cb4b11d5f999a7dbb71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
function post_install {
  echo "
If you upgraded fisherman from a pre-2.x release, you need to migrate your configuration.
You will have to install all your plugins manually again.
"
}

function post_upgrade {
  post_install
}

function post_remove {
  echo "
Remember that your plugins and Fisherman config still reside in your home directory,
usually ~/.config/fish/.
"
}