added adam2 and ~./.local_profile to zsh

This commit is contained in:
Thomas Ruoff
2009-09-08 19:04:38 +02:00
parent e7be8fadb2
commit 4add9cf842

7
zshrc
View File

@@ -171,4 +171,9 @@ autoload -U promptinit
promptinit promptinit
# Use the wunjo prompt theme # Use the wunjo prompt theme
prompt clint prompt adam2
if [ -f $HOME/.local_profile ]
then
. HOME/.local_profile
fi