summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2019-09-19 07:44:00 +0300
committerYigit Sever2019-09-19 07:44:00 +0300
commit823f1928835823bdbfd1f87f0631da04426fe8db (patch)
treee21b0172f3c1f094140b8952c678b6ff7d6e440e /.zshrc
parent8d25bfe8193b8bc66075ec8f5ae214bffea14592 (diff)
downloaddotfiles-823f1928835823bdbfd1f87f0631da04426fe8db.tar.gz
dotfiles-823f1928835823bdbfd1f87f0631da04426fe8db.tar.bz2
dotfiles-823f1928835823bdbfd1f87f0631da04426fe8db.zip
Use custom zsh prompt character
diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 339d01b..e3e07bb 100644
--- a/.zshrc
+++ b/.zshrc
@@ -17,7 +17,8 @@ export ZSH=/home/yigit/.oh-my-zsh
17# --> # ZSH_THEME="theunraveler" 17# --> # ZSH_THEME="theunraveler"
18ZSH_THEME="spaceship" 18ZSH_THEME="spaceship"
19# ZSH_THEME="ys" 19# ZSH_THEME="ys"
20SPACESHIP_CHAR_SYMBOL="→ " 20SPACESHIP_CHAR_SYMBOL="›"
21SPACESHIP_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