mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 15:59:56 +00:00
Restrict tmux and desktop tools to Void hosts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
get_tmux_option() {
|
||||
local option=$1
|
||||
local default_value=$2
|
||||
local option_value
|
||||
|
||||
option_value=$(tmux show -gqv "$option")
|
||||
echo "${option_value:-$default_value}"
|
||||
}
|
||||
Reference in New Issue
Block a user