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