1
0
Fork 0
mirror of synced 2024-05-27 20:31:09 -04:00

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

View file

@ -1,8 +1,8 @@
ln -sf $HOME/.tmux/tmux.conf $HOME/.tmux.conf ln -sf $HOME/.tmux/tmux.conf $HOME/.tmux.conf
ln -sf $HOME/.tmux/tmux.conf.local $HOME/.tmux.conf.local ln -sf $HOME/.tmux/tmux.conf.local $HOME/.tmux.conf.local
if [ $(whoami) = "user" ]; then # if [ $(whoami) = "user" ]; then
ln -sf $HOME/.tmux/tmux.conf.devpod $HOME/.tmux.conf.local # ln -sf $HOME/.tmux/tmux.conf.devpod $HOME/.tmux.conf.local
fi # fi
echo "Installed tmux dotfiles" echo "Installed tmux dotfiles"