📝 adjust echo message

This commit is contained in:
DannyDannyDanny 2023-11-10 21:27:01 +01:00
parent 9612123c80
commit eb7539b300

View file

@ -20,5 +20,5 @@ echo >&2 $(ls -la)
echo >&2 " >>> running .configure"
make && sudo make install
echo >&2 " >>> link tmux config from dotfiles"
echo >&2 " >>> linking tmux config from dotfiles"
ln -s -f /tmp/dotfiles/.tmux.conf ~/.tmux.conf