1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-07-01 08:10:57 +02:00
tmux-fingers/spec/use-tmux.sh
2020-12-27 20:20:00 +01: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