diff options
author | Yigit Sever | 2019-09-22 12:05:40 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-22 12:05:40 +0300 |
commit | 6b1ad6aa536bd6b792e120ae84d1bd5cd233adcf (patch) | |
tree | 44ba7c1501511498b5699ba310d06ff5de29f01c | |
parent | 823f1928835823bdbfd1f87f0631da04426fe8db (diff) | |
download | dotfiles-6b1ad6aa536bd6b792e120ae84d1bd5cd233adcf.tar.gz dotfiles-6b1ad6aa536bd6b792e120ae84d1bd5cd233adcf.tar.bz2 dotfiles-6b1ad6aa536bd6b792e120ae84d1bd5cd233adcf.zip |
Change prompt character
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | SPACESHIP_CHAR_SYMBOL="›" | 20 | SPACESHIP_CHAR_SYMBOL="δ" |
21 | SPACESHIP_CHAR_SUFFIX=" " | 21 | SPACESHIP_CHAR_SUFFIX=" " |
22 | # Uncomment the following line to use case-sensitive completion. | 22 | # Uncomment the following line to use case-sensitive completion. |
23 | # CASE_SENSITIVE="true" | 23 | # CASE_SENSITIVE="true" |