diff --git a/install.sh b/install.sh index e69f6c8..3391e68 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"