1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-26 07:29:11 +02:00
tmux-fingers/spec/use-tmux.sh
2022-04-19 07:38:03 +02:00

7 lines
159 B
Bash
Executable File

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