summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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