gitbutler icon indicating copy to clipboard operation
gitbutler copied to clipboard

Use default login shell when running git-hooks

Open mtsgrd opened this issue 1 year ago • 1 comments

We use git2-hooks (gitui) here which in turn runs hooks with bash. This is an issue for most mac users where the default shell is zsh. The hooks will run, but sourcing .bashrc rather than .zshrc.

mtsgrd avatar Aug 01 '24 10:08 mtsgrd

Note also the related feature-request over at git-ui.

Byron avatar Aug 01 '24 17:08 Byron

My attempt to fix this issue: https://github.com/extrawurst/gitui/pull/2343

yerke avatar Aug 23 '24 03:08 yerke