Ensure we're inside tmux

This commit is contained in:
David Heinemeier Hansson
2026-02-23 12:01:58 +01:00
parent 0d50a01a41
commit a612d71bc7
+2
View File
@@ -130,6 +130,8 @@ lip() {
# Create a tmux layout for dev with editor, ai, and terminal
tml() {
[[ -z $TMUX ]] && { echo "You must start tmux to use tml."; return 1; }
local current_dir="${PWD}"
local editor_pane ai_pane
local ai="$1"