1
0
Fork 0

add default for TMUX_STATUS_SCRIPT

main
Marissa Staib 5 years ago committed by GitHub
parent 75f062b22c
commit d071b47104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .bash_tmux

@ -3,6 +3,8 @@
# tmux configuration files are found alongside this file
export TMUX_CONF_DIR=${TMUX_CONF_DIR:-"$( dirname "${BASH_SOURCE[0]}" )"}
# default status script just shows whether a reboot is needed
export TMUX_STATUS_SCRIPT=${TMUX_STATUS_SCRIPT:-$TMUX_CONF_DIR/.tmux.need-reboot.sh}
function tmux_has_main() {
tmux -2 has-session -t "Main Screen"

Loading…
Cancel
Save