diff options
-rw-r--r-- | .config/kitty/kitty.conf | 8 | ||||
-rw-r--r-- | .zshrc | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index cc83b4b..4c79434 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf | |||
@@ -2,10 +2,10 @@ | |||
2 | 2 | ||
3 | #: Fonts {{{ --> Ligature Support | 3 | #: Fonts {{{ --> Ligature Support |
4 | 4 | ||
5 | font_family Iosevka Nerd Font Complete Mono | 5 | font_family Iosevka |
6 | bold_font Iosevka Bold Nerd Font Complete Mono | 6 | bold_font Iosevka Bold |
7 | italic_font Iosevka Oblique Nerd Font Complete Mono | 7 | italic_font Iosevka Oblique |
8 | bold_italic_font Iosevka Bold Oblique Nerd Font Complete Mono | 8 | bold_italic_font Iosevka Bold Oblique |
9 | 9 | ||
10 | font_size 10.0 | 10 | font_size 10.0 |
11 | 11 | ||
@@ -17,7 +17,7 @@ export ZSH=/home/yigit/.oh-my-zsh | |||
17 | # --> # ZSH_THEME="theunraveler" | 17 | # --> # ZSH_THEME="theunraveler" |
18 | ZSH_THEME="spaceship" | 18 | ZSH_THEME="spaceship" |
19 | # ZSH_THEME="ys" | 19 | # ZSH_THEME="ys" |
20 | 20 | SPACESHIP_CHAR_SYMBOL="→ " | |
21 | # Uncomment the following line to use case-sensitive completion. | 21 | # Uncomment the following line to use case-sensitive completion. |
22 | # CASE_SENSITIVE="true" | 22 | # CASE_SENSITIVE="true" |
23 | 23 | ||