summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2020-10-11 14:58:24 +0300
committerYigit Sever2020-10-11 14:58:24 +0300
commit08c3f7317d251244c1223358da73cafa26a02ce9 (patch)
tree75bde28883180ec528c65d2e603a6c720e527a1c /.zshrc
parent05f745dbea71ec78d0b6c3ee5d31ad6d25ae2990 (diff)
downloaddotfiles-08c3f7317d251244c1223358da73cafa26a02ce9.tar.gz
dotfiles-08c3f7317d251244c1223358da73cafa26a02ce9.tar.bz2
dotfiles-08c3f7317d251244c1223358da73cafa26a02ce9.zip
decided on zsh theme, remove fluff
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