diff options
author | Dennis Eriksen <d@ennis.no> | 2024-08-14 07:22:22 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2024-08-14 07:22:22 +0200 |
commit | 61bb77957c4965dae26b533b8d146baa0bda8178 (patch) | |
tree | 3db8a1b511d5f1ca028eb2ef7579817b05e9c795 | |
parent | updating lazyvim (diff) | |
download | idgatt-61bb77957c4965dae26b533b8d146baa0bda8178.tar.gz |
add openbsd 7.5/tmux 3.4 to tmux conf
-rwxr-xr-x | config/.config/tmux/tmux.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/.config/tmux/tmux.zsh b/config/.config/tmux/tmux.zsh index 1f6793d..6b6405e 100755 --- a/config/.config/tmux/tmux.zsh +++ b/config/.config/tmux/tmux.zsh @@ -33,6 +33,7 @@ fi if [[ $VERSION == *openbsd* ]]; then typeset -A VERSION_TABLE=( # obsd tmux openbsd- tmux-releasedate + 7.5 3.4 # 2024-04-05 2024-02-13 7.4 3.3 # 2023-10-16 2022-06-01 7.3 3.3 # 2023-04-10 2022-06-01 7.2 3.3 # 2022-10-20 2022-06-01 |