about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-03-05T18·23+0000
committerWilliam Carroll <wpcarro@gmail.com>2019-03-05T18·23+0000
commit85e7b74c16407bee6440059eb085f8c3735b7b05 (patch)
treec363f162e52990c69588e6cdb189abba8290c8bd /configs
parentebde4edc0e439304504bf49c9dd2b177c24a8041 (diff)
Prefer refined theme to robbyrussell
Sorry, Robby Russell.
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/zsh/.zshrc b/configs/shared/zsh/.zshrc
index 4c889556ae92..77525f22ebbb 100644
--- a/configs/shared/zsh/.zshrc
+++ b/configs/shared/zsh/.zshrc
@@ -14,7 +14,7 @@ antigen bundle zsh-completions # extracts archives polymorphically
 antigen bundle zsh-users/zsh-syntax-highlighting
 
 # Theming
-antigen theme robbyrussell
+antigen theme refined
 
 # Leave this last
 antigen apply