summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc9
1 files changed, 1 insertions, 8 deletions
diff --git a/.zshrc b/.zshrc
index 74e9444..fc70060 100644
--- a/.zshrc
+++ b/.zshrc
@@ -8,17 +8,10 @@ export PATH="$PATH:/home/yigit/.local/bin:$HOME/.cargo/bin"
8# Path to your oh-my-zsh installation. 8# Path to your oh-my-zsh installation.
9export ZSH=/home/yigit/.oh-my-zsh 9export ZSH=/home/yigit/.oh-my-zsh
10 10
11# Set name of the theme to load. Optionally, if you set this to "random"
12# it'll load a random theme each time that oh-my-zsh is loaded.
13# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
14# ZSH_THEME="arrow"
15# ZSH_THEME="eastwood"
16# ZSH_THEME="kolo"
17# --> # ZSH_THEME="theunraveler"
18ZSH_THEME="spaceship" 11ZSH_THEME="spaceship"
19# ZSH_THEME="ys"
20SPACESHIP_CHAR_SYMBOL="δ" 12SPACESHIP_CHAR_SYMBOL="δ"
21SPACESHIP_CHAR_SUFFIX=" " 13SPACESHIP_CHAR_SUFFIX=" "
14
22# Uncomment the following line to use case-sensitive completion. 15# Uncomment the following line to use case-sensitive completion.
23# CASE_SENSITIVE="true" 16# CASE_SENSITIVE="true"
24 17