From b0fecf13426fb07ea6eefe173132e733236af29c Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Wed, 23 Apr 2025 09:44:36 -0500 Subject: [PATCH] Set tab name on CD --- zsh.d/zellij.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.d/zellij.zsh b/zsh.d/zellij.zsh index e8a4b85..6a74add 100644 --- a/zsh.d/zellij.zsh +++ b/zsh.d/zellij.zsh @@ -29,6 +29,6 @@ if (( $+commands[zellij] )); then zellij action new-tab } - zrt + chpwd_functions+=( zrt ) fi fi