Allow user-defined git
config
This commit is contained in:
parent
2c2c2889c2
commit
38ed0780f8
2 changed files with 30 additions and 10 deletions
scripts/Common/OS
|
@ -24,4 +24,6 @@ for name in (echo "$users" | jq '.[]' --raw-output0 | string split0)
|
|||
while ! sudo passwd "$name"
|
||||
echo "An error occurred! Please try again."
|
||||
end
|
||||
|
||||
source "$dir/../Software/git/main.fish" configure user "$name"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue