This fixes tmux-net-speed to work on systems with a non-standard bash installation location. For example: NixOS. It uses #!/usr/bin/env bash at the start of all the shell scripts instead of hard coding the bash location.
Other tmux plugins use this and worked out of the box.
This fixes tmux-net-speed to work on systems with a non-standard bash installation location. For example: NixOS. It uses
#!/usr/bin/env bash
at the start of all the shell scripts instead of hard coding the bash location.Other tmux plugins use this and worked out of the box.