Change font to cascadia code with patched nerdfont
This commit is contained in:
parent
1c6d88d588
commit
2f81c2a5eb
@ -112,8 +112,7 @@ font:
|
|||||||
# - (Linux/BSD) monospace
|
# - (Linux/BSD) monospace
|
||||||
# - (Windows) Consolas
|
# - (Windows) Consolas
|
||||||
#family: monospace
|
#family: monospace
|
||||||
# Next time: Check for Cascadia (Code|Mono) PL
|
family: "CaskaydiaCove Nerd Font" # Cascadia Code with patched nerd font
|
||||||
family: "Cascadia Code PL"
|
|
||||||
|
|
||||||
# if fallback is implemented
|
# if fallback is implemented
|
||||||
#family: Roboto Mono for Powerline 11
|
#family: Roboto Mono for Powerline 11
|
||||||
@ -124,7 +123,6 @@ font:
|
|||||||
#family: Monospace 16
|
#family: Monospace 16
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Regular
|
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|
||||||
# Bold font face
|
# Bold font face
|
||||||
@ -166,7 +164,7 @@ font:
|
|||||||
#style: Bold Italic
|
#style: Bold Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 12.0
|
size: 14.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# 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
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
|
@ -79,7 +79,7 @@ function fish_prompt
|
|||||||
set arrow_color "$red"
|
set arrow_color "$red"
|
||||||
end
|
end
|
||||||
|
|
||||||
set -l arrow_user "$arrow_color➜ "
|
set -l arrow_user "$arrow_color→ "
|
||||||
if test "$USER" = 'root'
|
if test "$USER" = 'root'
|
||||||
set -e arrow_user
|
set -e arrow_user
|
||||||
set arrow_root "$arrow_color#"
|
set arrow_root "$arrow_color#"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user