From 119ac716b409d6619e20fdd5c48b4e7063d75f72 Mon Sep 17 00:00:00 2001 From: Tiffany Lin Date: Thu, 11 Mar 2021 16:55:27 +0000 Subject: [PATCH] Update intall.sh to account for devpod tmux v3.x being very slow with monorepo --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 3391e68..e69f6c8 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,8 @@ ln -sf $HOME/.tmux/tmux.conf $HOME/.tmux.conf ln -sf $HOME/.tmux/tmux.conf.local $HOME/.tmux.conf.local -# if [ $(whoami) = "user" ]; then -# ln -sf $HOME/.tmux/tmux.conf.devpod $HOME/.tmux.conf.local -# fi +if [ $(whoami) = "user" ]; then + ln -sf $HOME/.tmux/tmux.conf.devpod $HOME/.tmux.conf.local +fi echo "Installed tmux dotfiles"