refactor: improve test
This commit is contained in:
parent
dd1c215631
commit
e631a41278
11 changed files with 42 additions and 44 deletions
|
@ -61,16 +61,3 @@ tmux_set_window_option_now() {
|
|||
_value="$2"
|
||||
tmux set-window-option -gq "$_option_name" "$_value"
|
||||
}
|
||||
|
||||
# return the value of status style
|
||||
tmux_get_statusstyle() {
|
||||
local _val
|
||||
_val=$(tmux show-option -gqv status-style)
|
||||
echo "$_val"
|
||||
}
|
||||
|
||||
tmux_get_statusleft() {
|
||||
local _val
|
||||
_val=$(tmux show-option -gqv status-left)
|
||||
echo "$_val"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue