@ -120,6 +120,19 @@ if (( $+commands[zellij] )); then
fi
fi
# git
if(( $+commands[git]));then
git_chpwd_hook(){
if[[ -d ".git"]];then
git status
fi
}
chpwd_functions+=( git_chpwd_hook )
git_chpwd_hook
fi
# gh
if(( $+commands[gh]));then
gh_chpwd_hook(){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.