Added else statement
This commit is contained in:
parent
82ad5a7405
commit
fadbdc6267
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue