summarylogtreecommitdiffstats
path: root/fisher-git.install
blob: 1f609d7fea7e2ca43fd360d8ec96c05e7902d8a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/.
"
}