Skip to content

Commit 8384c64

Browse files
committed
update
1 parent 888f4d0 commit 8384c64

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

git/.gitconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
pushRemote = no_push
1212
[branch "main"]
1313
pushRemote = no_push
14-
[credential]
15-
helper = /usr/local/share/gcm-core/git-credential-manager
1614
[diff]
1715
tool = default-difftool
1816
[difftool "default-difftool"]
@@ -21,5 +19,8 @@
2119
rebase = false
2220
[credential "helperselector"]
2321
selected = <no helper>
22+
[credential]
23+
helper =
24+
helper = /usr/local/share/gcm-core/git-credential-manager
2425
[credential "https://dev.azure.com"]
2526
useHttpPath = true

nushell/init.nu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source ~/os.nu
55
$env.K8S_NAMESPACE = "default"
66
$env.DAGGER_NO_NAG = "1"
77
$env.IS_DEMO = "1"
8+
$env.HOMEBREW_NO_ENV_HINTS = "1"
89

910
def mkerr [
1011
msg

0 commit comments

Comments
 (0)