diff --git a/default/bash/fns/tmux b/default/bash/fns/tmux index 84eb84f1..49da6d45 100644 --- a/default/bash/fns/tmux +++ b/default/bash/fns/tmux @@ -57,7 +57,7 @@ tdlm() { } # Create a multi-pane swarm layout with the same command started in each pane (great for AI) -# Usage: tpl +# Usage: tsl tsl() { [[ -z $TMUX ]] && { echo "You must start tmux to use this function."; return 1; }