Skip to content

Commit 0c1d7a1

Browse files
committed
Clean up config files
1 parent 85a2e5f commit 0c1d7a1

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.config/alacritty/alacritty.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,19 @@ tabspaces: 8
103103
# font:
104104
# # Normal (roman) font face
105105
# normal:
106-
# family: Input Mono Narrow
106+
# family: Iosevka
107107
# # The `style` can be specified to pick a specific face.
108108
# style: Regular
109109

110110
# # Bold font face
111111
# bold:
112-
# family: Input Mono Narrow
112+
# family: Iosevka
113113
# # The `style` can be specified to pick a specific face.
114114
# style: Medium
115115

116116
# # Italic font face
117117
# italic:
118-
# family: Input Mono Narrow
118+
# family: Iosevka
119119
# # The `style` can be specified to pick a specific face.
120120
# style: Italic
121121

@@ -139,7 +139,7 @@ font:
139139
style: Italic
140140

141141
# Point size
142-
size: 11.0
142+
size: 12.0
143143

144144
# Offset is the extra space around each character. `offset.y` can be thought of
145145
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.

.zshrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ do
4545
source "${file}"
4646
done
4747

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-
5348
PURE_PROMPT_SYMBOL='λ'
5449
PURE_PROMPT_VICMD_SYMBOL='·'
5550
PURE_GIT_DOWN_ARROW=''

0 commit comments

Comments
 (0)