Commit chpwd hooks once on shell init

This commit is contained in:
2023-02-27 19:06:48 -06:00
parent e7baa54cc1
commit 22b16ea1be

4
zshrc
View File

@ -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