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