diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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. |
9 | export ZSH=/home/yigit/.oh-my-zsh | 9 | export 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" | ||
18 | ZSH_THEME="spaceship" | 11 | ZSH_THEME="spaceship" |
19 | # ZSH_THEME="ys" | ||
20 | SPACESHIP_CHAR_SYMBOL="δ" | 12 | SPACESHIP_CHAR_SYMBOL="δ" |
21 | SPACESHIP_CHAR_SUFFIX=" " | 13 | SPACESHIP_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 | ||