From bdfdf45904cb39bc2c77d12de922a0fbbd7d90a4 Mon Sep 17 00:00:00 2001 From: thomasba Date: Sat, 18 Jul 2015 13:09:37 +0200 Subject: [PATCH] Fixed path to prompt --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 2fd884a..ba43606 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -4,7 +4,7 @@ # time that oh-my-zsh is loaded. #ZSH_THEME="mortalscumbag" #ZSH_THEME="af-magic" -ZSH_THEME="../../thomasba" +ZSH_THEME="../../../zsh/thomasba" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"