mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Fixed
This commit is contained in:
parent
9660c6a1bb
commit
4f52b0219f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user