Fixed 󰃛

This commit is contained in:
The-Repo-Club 2023-07-29 15:47:13 +01:00
parent 9660c6a1bb
commit 4f52b0219f
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ function fish_prompt
case 0
set -g __fish_prompt_char \u276f\u276f
case '*'
set -g __fish_prompt_char $bgreen''$bmagenta''$bred''$byellow''$bblue''$bcyan''
set -g __fish_prompt_char $bgreen'󰃛'$bmagenta'󰃛'$bred'󰃛'$byellow'󰃛'$bblue'󰃛'$bcyan'󰃛'
end
end

View File

@ -3,7 +3,7 @@ add_newline = true
# Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
success_symbol = "[](green)[](purple)[](red)[](yellow)[](blue)[](cyan)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
success_symbol = "[󰃛](green)[󰃛](purple)[󰃛](red)[󰃛](yellow)[󰃛](blue)[󰃛](cyan)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
error_symbol = "[✗](green)[✗](purple)[✗](red)[✗](yellow)[✗](blue)[✗](cyan)"
# Disable the package module, hiding it from the prompt completely