summarylogtreecommitdiffstats
path: root/cmusfm.install
blob: e118c4de5fd0677f8a0085c50e9f26fc9f66a8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	echo ""
	echo "Before usage with cmus you MUST invoke this program with 'init'"
	echo "argument:"
	echo ""
	echo "   cmusfm init"
	echo ""
	echo "After that you can set status_display_program in cmus:"
	echo ""
	echo "   :set status_display_program=cmusfm"
	echo ""
	echo '(for more information see 'man cmus'). Enjoy!'
}