From cb23a3f54b2a20947bcbd0a590d724c5d65a61a8 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 5 Feb 2018 22:06:47 -0600 Subject: [PATCH] zsh: Change prompt theme This one looks a lot better than a powerline theme with larger, aliased fonts --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9ec716d9..709b79d1 100644 --- a/.zshrc +++ b/.zshrc @@ -7,7 +7,7 @@ export LANG="en_US.UTF-8" # 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="powerlevel9k/powerlevel9k" -ZSH_THEME="agnoster" +ZSH_THEME="eastwood" #CASE_SENSITIVE="true" #HYPHEN_INSENSITIVE="true"