summarylogtreecommitdiffstats
path: root/catppuccin.install
blob: bf9d07a4658140f7a988d7db1f17fe3102135269 (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo ':: To use this theme, set it with fish_config.'
}

post_upgrade() {
	echo ":: This theme's install location has changed."
	post_install
}