mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
!fixup fish_git_prompt: Fix variable name
This missed one use of $user_variable
This commit is contained in:
@@ -674,7 +674,7 @@ function __fish_git_prompt_set_char
|
|||||||
set -l variable_done "$variable"_done
|
set -l variable_done "$variable"_done
|
||||||
|
|
||||||
if not set -q $variable
|
if not set -q $variable
|
||||||
set -g $variable (set -q $user_variable_name; and echo $$user_variable; or echo $char)
|
set -g $variable (set -q $user_variable_name; and echo $$user_variable_name; or echo $char)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user