diff --git a/zshrc b/zshrc index de2dbb5..03aad33 100644 --- a/zshrc +++ b/zshrc @@ -115,6 +115,8 @@ if (( $+commands[zellij] )); then } chpwd_functions+=( zellij_chpwd_hook ) + + zellij_chpwd_hook fi fi @@ -127,6 +129,8 @@ if (( $+commands[gh] )); then } chpwd_functions+=( gh_chpwd_hook ) + + gh_chpwd_hook fi # Source machine-specific setup