blob: 0ce4164d2b8de9fe74f297fdcc46c2ff85a4e8a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
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!'
}
|