1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-28 07:40:57 +02:00
tmux-fingers/spec/use-tmux.sh
Jorge Morante e5a26b94d9 Revert "legacy tty support WIP"
This reverts commit c977cf72d6.
2021-07-01 08:27:37 +02:00

7 lines
174 B
Bash
Executable File

#!/usr/bin/env bash
version="$1"
sudo rm -rf /usr/local/bin/tmux
sudo ln -s /opt/tmux-${version}/tmux /usr/local/bin/tmux
sudo ln -s /opt/tmux-${version}/tmux /usr/bin/tmux