Commit chpwd hooks once on shell init

This commit is contained in:
Daniel Lynn 2023-02-27 19:06:48 -06:00
parent e7baa54cc1
commit 22b16ea1be
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B

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