Change font to cascadia code with patched nerdfont

This commit is contained in:
hoellen 2023-08-17 13:49:08 +02:00
parent 1c6d88d588
commit 2f81c2a5eb
2 changed files with 3 additions and 5 deletions

View File

@ -112,8 +112,7 @@ font:
# - (Linux/BSD) monospace
# - (Windows) Consolas
#family: monospace
# Next time: Check for Cascadia (Code|Mono) PL
family: "Cascadia Code PL"
family: "CaskaydiaCove Nerd Font" # Cascadia Code with patched nerd font
# if fallback is implemented
#family: Roboto Mono for Powerline 11
@ -124,7 +123,6 @@ font:
#family: Monospace 16
# The `style` can be specified to pick a specific face.
#style: Regular
style: Regular
# Bold font face
@ -166,7 +164,7 @@ font:
#style: Bold Italic
# Point size
size: 12.0
size: 14.0
# Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter

View File

@ -79,7 +79,7 @@ function fish_prompt
set arrow_color "$red"
end
set -l arrow_user "$arrow_color "
set -l arrow_user "$arrow_color "
if test "$USER" = 'root'
set -e arrow_user
set arrow_root "$arrow_color#"