Use btop when available in visor session
This commit is contained in:
parent
38f5bb7f9c
commit
d0bc106279
@ -1,7 +1,9 @@
|
||||
#!/usr/bin/env -S tmux source-file
|
||||
|
||||
rename-window home
|
||||
split-window -h htop
|
||||
if 'command -v btop &> /dev/null' \
|
||||
'split-window -h btop' \
|
||||
'split-window -h htop'
|
||||
select-pane -t visor:home.1
|
||||
|
||||
# vim: ft=tmux
|
||||
|
Loading…
x
Reference in New Issue
Block a user