Push improvements form the PQB work
This commit is contained in:
parent
f3323b159b
commit
1e3c60630e
68 changed files with 409 additions and 219 deletions
7
_home/dot_sz.shrc.d/24_git
Normal file
7
_home/dot_sz.shrc.d/24_git
Normal file
|
@ -0,0 +1,7 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue