dotfiles.2022/_home/dot_sz.shrc.d/24_git

8 lines
228 B
Plaintext

if [[ -n "$(which-command git)" ]]; then
alias gitcd='cd $(git rev-parse --show-toplevel) '
if [[ -n $(git credential-manager-core --version 2>/dev/null) ]]; then
export GCM_CREDENTIAL_STORE=plaintext
fi
fi