diff --git a/scripts/Common/Software/git/main.fish b/scripts/Common/Software/git/main.fish index 3516ef282..657f39766 100644 --- a/scripts/Common/Software/git/main.fish +++ b/scripts/Common/Software/git/main.fish @@ -74,8 +74,8 @@ begin end begin # Aliases - set -l key git.aliases - set -l aliases (getConfig "$root.$key" --json) + set -l key "$root.git.aliases" + set -l aliases (getConfig "$key" --json) for name in (echo "$aliases" | jq 'keys[]' --raw-output0 | string split0) setConfig "alias.$name" (getConfig "$key.$name")