From e9ecff2c310edef0d76f3bf713e31911d5d2f4d9 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Mon, 5 Feb 2018 22:09:02 +0100 Subject: [PATCH] zsh: set robbyrussel colorscheme --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 3d772b7..c641d3a 100644 --- a/zshrc +++ b/zshrc @@ -7,7 +7,7 @@ export ZSH=~/.oh-my-zsh # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="gallifrey" +ZSH_THEME="robbyrussell" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"