mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Merge pull request #95 from joaopedroaat/master
Bugfix: add fix to tmux next-* versions.
This commit is contained in:
@@ -44,6 +44,9 @@ vercomp () {
|
||||
version=$(tmux -V)
|
||||
version=${version/tmux /}
|
||||
|
||||
# Fix for tmux next-* versions
|
||||
version=${version/next-/}
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "$version"
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user