You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project requires bash-completion to function, and it places its files in the same location as bash-completion. It should be very easy to merge the code in this project into bash-completion. This would mean that users do not have to install a separate package to use bash completion for tmux, as it would be available in the bash-completion package, which is pre-installed on many Linux distributions.
If there is some reason that this project should remain separate, please enlighten me, but I think that it would be better for users to only need to install bash-completion, the de facto standard for bash completion on Linux.
The text was updated successfully, but these errors were encountered:
This project requires bash-completion to function, and it places its files in the same location as
bash-completion
. It should be very easy to merge the code in this project intobash-completion
. This would mean that users do not have to install a separate package to use bash completion for tmux, as it would be available in thebash-completion
package, which is pre-installed on many Linux distributions.If there is some reason that this project should remain separate, please enlighten me, but I think that it would be better for users to only need to install
bash-completion
, the de facto standard for bash completion on Linux.The text was updated successfully, but these errors were encountered: