add TODO regarding tput in test/provisioning/bsd.sh

This commit is contained in:
Jorge Morante 2018-03-11 20:48:28 +01:00
parent 191a2553a5
commit f529b4d130
1 changed files with 3 additions and 1 deletions

View File

@ -3,5 +3,7 @@
pkg install -y bash tmux fish gawk
chsh -s bash vagrant
# TODO tput is broken in BSD, /usr/local/bin/tput should be used instead
echo "fishman" | pw user add -n fishman -h 0 -s "/usr/local/bin/fish"
echo "run /home/vagrant/shared/tmux-fingers.tmux" > .tmux.conf
echo "alias tput=/usr/local/bin/tput" > .bash_profile