diff --git a/git/.gitconfig b/git/.gitconfig index 7cf4661..0d3224e 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -11,8 +11,6 @@ pushRemote = no_push [branch "main"] pushRemote = no_push -[credential] - helper = /usr/local/share/gcm-core/git-credential-manager [diff] tool = default-difftool [difftool "default-difftool"] @@ -21,5 +19,8 @@ rebase = false [credential "helperselector"] selected = +[credential] + helper = + helper = /usr/local/share/gcm-core/git-credential-manager [credential "https://dev.azure.com"] useHttpPath = true diff --git a/nushell/init.nu b/nushell/init.nu index 450bd64..654dadf 100644 --- a/nushell/init.nu +++ b/nushell/init.nu @@ -5,6 +5,7 @@ source ~/os.nu $env.K8S_NAMESPACE = "default" $env.DAGGER_NO_NAG = "1" $env.IS_DEMO = "1" +$env.HOMEBREW_NO_ENV_HINTS = "1" def mkerr [ msg