mirror of
1
0
Fork 0

Update intall.sh to account for devpod tmux v3.x being very slow with monorepo

This commit is contained in:
Tiffany Lin 2021-03-11 16:55:27 +00:00
parent 46508638ed
commit 119ac716b4
1 changed files with 3 additions and 3 deletions

View File

@ -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"