Skip to content

Commit

Permalink
git-credential-manager-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaron committed Aug 18, 2023
1 parent c0a76ee commit 9771b7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions home/private_dot_config/git/config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
helper =
{{- if and (lookPath "gp") .devcontainer.gitpod }}
helper = {{ lookPath "gp" }} credential-helper
{{ else if lookPath "git-credential-manager-core" }}
helper = {{ lookPath "git-credential-manager-core" }}
{{ else if lookPath "git-credential-manager" }}
helper = {{ lookPath "git-credential-manager" }}
{{- end }}
azreposCredentialType = oauth
{{- if .isGnome }}
Expand Down
2 changes: 1 addition & 1 deletion home/private_dot_config/private_zsh/zsh.d/install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ update-tools()

update-tools-sudo()
{
has git-credential-manager-core && install-git-credential-manager
has git-credential-manager && install-git-credential-manager
has zoom && install-zoom
has task && install-task
}

0 comments on commit 9771b7a

Please sign in to comment.