Browse Source

Fixed the tmux install

master
Julio Biason 3 years ago
parent
commit
5c8634f047
  1. 2
      install.sh

2
install.sh

@ -51,7 +51,7 @@ fish() {
tmux() {
echo "Installing Tmux configuration..."
ln -sf $PWD/tmux $HOME/.tmux
ln -sf $PWD/tmux/tmux.conf $HOME/.tmux.conf
git clone https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/tpm
}

Loading…
Cancel
Save