mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
fixed gh binary path
This commit is contained in:
parent
16b7598a53
commit
86f5d804e2
1 changed files with 2 additions and 2 deletions
|
|
@ -17,11 +17,11 @@
|
|||
};
|
||||
|
||||
credential."https://github.com" = {
|
||||
helper = "!/etc/profiles/per-user/may/bin/gh auth git-credential";
|
||||
helper = "!${pkgs.gh}/bin/gh auth git-credential";
|
||||
};
|
||||
|
||||
credential."https://gist.github.com" = {
|
||||
helper = "!/etc/profiles/per-user/may/bin/gh auth git-credential";
|
||||
helper = "!${pkgs.gh}/bin/gh auth git-credential";
|
||||
};
|
||||
|
||||
filter.lfs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue