mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
parent
83ecf84392
commit
d6a9d6c59e
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ end
|
||||||
git config -z --get-regexp 'alias\..*' | while read -lz alias command _
|
git config -z --get-regexp 'alias\..*' | while read -lz alias command _
|
||||||
# Git aliases can contain chars that variable names can't - escape them.
|
# Git aliases can contain chars that variable names can't - escape them.
|
||||||
if test (count $command) -ne 1
|
if test (count $command) -ne 1
|
||||||
printf (_ "Warning: alias '%s' has more than one command: '%s') $alias "$command" >&2
|
printf (_ "Warning: alias '%s' has more than one command: '%s'") $alias "$command" >&2
|
||||||
end
|
end
|
||||||
set alias (string replace 'alias.' '' -- $alias | string escape --style=var)
|
set alias (string replace 'alias.' '' -- $alias | string escape --style=var)
|
||||||
set -g __fish_git_alias_$alias $command
|
set -g __fish_git_alias_$alias $command
|
||||||
|
|
Loading…
Reference in a new issue