diff options
author | Tharre <tharre3@gmail.com> | 2015-08-10 04:51:45 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:35 +0000 |
commit | 34aa68663875f74c0cb05718719a49cefd1f574d (patch) | |
tree | 399b70b6e9aa3f76924bcc154dff6e3ac4c01ac6 /shell/_zshrc | |
parent | 7f4d325414fa4f49669951e25141e0c456817540 (diff) | |
download | dotfiles-34aa68663875f74c0cb05718719a49cefd1f574d.tar.gz dotfiles-34aa68663875f74c0cb05718719a49cefd1f574d.tar.xz dotfiles-34aa68663875f74c0cb05718719a49cefd1f574d.zip |
Add custom theme
Diffstat (limited to 'shell/_zshrc')
-rw-r--r-- | shell/_zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/_zshrc b/shell/_zshrc index b15be93..4b7314c 100644 --- a/shell/_zshrc +++ b/shell/_zshrc @@ -5,7 +5,7 @@ export ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="robbyrussell" +ZSH_THEME="custom" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" |