mirror of
1
0
Fork 0

Remove devpod tmux conditional

Install the updated version of tmux on devpod and remove the need to
branch configs
This commit is contained in:
Tiffany Lin 2021-03-11 00:01:07 +00:00
parent d3c958fc46
commit 46508638ed
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"