configs/scripts/tmux-td
2025-03-18 22:05:53 +01:00

9 lines
141 B
Bash
Executable File

#!/bin/sh
# Check if Zsh is available
if command -v zsh >/dev/null 2>&1; then
zsh scripts/tmux-td-zsh
else
bash scripts/tmux-td-bash
fi