File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -103,19 +103,19 @@ tabspaces: 8
103
103
# font:
104
104
# # Normal (roman) font face
105
105
# normal:
106
- # family: Input Mono Narrow
106
+ # family: Iosevka
107
107
# # The `style` can be specified to pick a specific face.
108
108
# style: Regular
109
109
110
110
# # Bold font face
111
111
# bold:
112
- # family: Input Mono Narrow
112
+ # family: Iosevka
113
113
# # The `style` can be specified to pick a specific face.
114
114
# style: Medium
115
115
116
116
# # Italic font face
117
117
# italic:
118
- # family: Input Mono Narrow
118
+ # family: Iosevka
119
119
# # The `style` can be specified to pick a specific face.
120
120
# style: Italic
121
121
@@ -139,7 +139,7 @@ font:
139
139
style : Italic
140
140
141
141
# Point size
142
- size : 11 .0
142
+ size : 12 .0
143
143
144
144
# Offset is the extra space around each character. `offset.y` can be thought of
145
145
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
Original file line number Diff line number Diff line change 45
45
source " ${file} "
46
46
done
47
47
48
- # Prompt Customization
49
- # MNML_RPROMPT=(mnml_err mnml_git 'mnml_cwd 5 8')
50
- # Remove space after right prompt
51
- # ZLE_RPROMPT_INDENT=-1
52
-
53
48
PURE_PROMPT_SYMBOL=' λ'
54
49
PURE_PROMPT_VICMD_SYMBOL=' ·'
55
50
PURE_GIT_DOWN_ARROW=' ↓'
You can’t perform that action at this time.
0 commit comments