nix-config/.zsh/configs/tmux.zsh

8 lines
94 B
Bash
Raw Normal View History

2020-01-21 07:21:30 +00:00
ensure_tmux_is_running() {
2021-06-10 23:08:32 +01:00
if _not_inside_tmux; then
2020-01-21 07:21:30 +00:00
tat
fi
}
ensure_tmux_is_running