diff options
author | Yigit Sever | 2019-09-19 07:44:00 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-19 07:44:00 +0300 |
commit | 823f1928835823bdbfd1f87f0631da04426fe8db (patch) | |
tree | e21b0172f3c1f094140b8952c678b6ff7d6e440e | |
parent | 8d25bfe8193b8bc66075ec8f5ae214bffea14592 (diff) | |
download | dotfiles-823f1928835823bdbfd1f87f0631da04426fe8db.tar.gz dotfiles-823f1928835823bdbfd1f87f0631da04426fe8db.tar.bz2 dotfiles-823f1928835823bdbfd1f87f0631da04426fe8db.zip |
Use custom zsh prompt character
-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 | ||