From 46508638ed6ebb57b7c5a8dc0104067e4facccab Mon Sep 17 00:00:00 2001 From: Tiffany Lin Date: Thu, 11 Mar 2021 00:01:07 +0000 Subject: [PATCH] Remove devpod tmux conditional Install the updated version of tmux on devpod and remove the need to branch configs --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"