From 4add9cf8429042ccda2237fc4d3364e740c34980 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 8 Sep 2009 19:04:38 +0200 Subject: [PATCH] added adam2 and ~./.local_profile to zsh --- zshrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index d99ae12..75e483e 100644 --- a/zshrc +++ b/zshrc @@ -171,4 +171,9 @@ autoload -U promptinit promptinit # Use the wunjo prompt theme -prompt clint +prompt adam2 + +if [ -f $HOME/.local_profile ] +then + . HOME/.local_profile +fi