Added else statement

This commit is contained in:
Ethan Edwards 2020-05-19 15:55:13 -04:00
parent 82ad5a7405
commit fadbdc6267

View file

@ -48,6 +48,8 @@ main()
# tmux set-option -g clock-mode-style 12 # tmux set-option -g clock-mode-style 12
if $show_military; then if $show_military; then
tmux set-option -g clock-mode-style 24 & tmux set-option -g clock-mode-style 24 &
else
tmux set-option -g clock-mode-style 12 &
fi fi
# set length # set length