diff --git a/install_tmux.sh b/install_tmux.sh index 2dc1511..ce632ff 100755 --- a/install_tmux.sh +++ b/install_tmux.sh @@ -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