diff options
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ 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 | SPACESHIP_CHAR_SYMBOL="→ " | 20 | SPACESHIP_CHAR_SYMBOL="›" |
21 | SPACESHIP_CHAR_SUFFIX=" " | ||
21 | # Uncomment the following line to use case-sensitive completion. | 22 | # Uncomment the following line to use case-sensitive completion. |
22 | # CASE_SENSITIVE="true" | 23 | # CASE_SENSITIVE="true" |
23 | 24 | ||