From eb7539b30002f0af95e3b8d6d538e9a039e7ab8d Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 10 Nov 2023 21:27:01 +0100 Subject: [PATCH] :memo: adjust echo message --- install_tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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