ppwwyyxx / dotfiles

my dotfiles..
59 stars 8 forks source link

fix: cut useless suffix of tmux version #3

Open FateScript opened 1 year ago

FateScript commented 1 year ago

Some tmux have version suffix a, here is an example output of my zsh terminal

>>> tmux -V
tmux 3.3a

You may also check the release version from tmux release note. It would make code here failed and tools like imgcat won't work on some machines.

PTAL @ppwwyyxx