From f174c278ce138a632f63c92e6b2a8e5a8d686fec Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 12 Feb 2018 11:20:48 -0600 Subject: [PATCH] zsh: Change prompt (again) Just testing some things --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 709b79d1..f6c1d3f7 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="eastwood" +ZSH_THEME="mh" #CASE_SENSITIVE="true" #HYPHEN_INSENSITIVE="true"