tmux-plugins / tmux-net-speed

Tmux plugin to monitor upload and download speed of one or all interfaces
MIT License
84 stars 23 forks source link

Fix for non-standard bash locations (NixOS) #9

Open omad opened 5 years ago

omad commented 5 years ago

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.