Commit 2199593 1 parent 5972625 commit 2199593 Copy full SHA for 2199593
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Please install tmux manually.
113
113
After that, download deb file from [ release page] ( https://github.com/greymd/tmux-xpanes/releases ) and install.
114
114
115
115
```
116
- $ wget https://github.com/greymd/tmux-xpanes/releases/download/v4.1.4 /tmux-xpanes_v4.1.4 .deb
116
+ $ wget https://github.com/greymd/tmux-xpanes/releases/download/v4.2.0 /tmux-xpanes_v4.2.0 .deb
117
117
$ sudo dpkg -i tmux-xpanes*.deb
118
118
$ rm tmux-xpanes*.deb
119
119
```
@@ -135,7 +135,7 @@ zplug "greymd/tmux-xpanes"
135
135
136
136
``` sh
137
137
# Download with wget
138
- $ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.1.4 /bin/xpanes -O ./xpanes
138
+ $ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.2.0 /bin/xpanes -O ./xpanes
139
139
140
140
# Put it under PATH and make it executable.
141
141
$ sudo install -m 0755 xpanes /usr/local/bin/xpanes
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ readonly XP_SHELL="/usr/bin/env bash"
5
5
# @Filename xpanes
6
6
7
7
set -u
8
- readonly XP_VERSION=" 4.1.4 "
8
+ readonly XP_VERSION=" 4.2.0 "
9
9
10
10
# # trap might be updated in 'xpns_pre_execution' function
11
11
trap ' rm -f "${XP_CACHE_HOME}"/__xpns_*$$; xpns_clean_session' EXIT
Original file line number Diff line number Diff line change 1
1
Name: xpanes
2
2
Summary: Awesome tmux-based terminal divider
3
- Version: 4.1.4
3
+ Version: 4.2.0
4
4
Group: Applications
5
5
License: MIT
6
6
Release: %(date '+%'s)
You can’t perform that action at this time.
0 commit comments