diff options
author | Yigit Sever | 2020-10-11 14:58:24 +0300 |
---|---|---|
committer | Yigit Sever | 2020-10-11 14:58:24 +0300 |
commit | 08c3f7317d251244c1223358da73cafa26a02ce9 (patch) | |
tree | 75bde28883180ec528c65d2e603a6c720e527a1c | |
parent | 05f745dbea71ec78d0b6c3ee5d31ad6d25ae2990 (diff) | |
download | dotfiles-08c3f7317d251244c1223358da73cafa26a02ce9.tar.gz dotfiles-08c3f7317d251244c1223358da73cafa26a02ce9.tar.bz2 dotfiles-08c3f7317d251244c1223358da73cafa26a02ce9.zip |
decided on zsh theme, remove fluff
-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 | ||