1
0
Fork 0

fish: typo fix

This commit is contained in:
Von Random 2023-06-20 01:40:10 +03:00
parent db644c5a15
commit 0af7d00a72

View file

@ -3,7 +3,7 @@ if ! string match -eq linux $TERM
set prompt_bang \n\ (set_color brred)\u266a\
set git_sign \ue0a0
else
set prompt_bang \n(set_color brred) \#\
set prompt_bang \n\ (set_color brred)\#\
set git_sign g
end