mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-17 08:01:14 -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
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user