]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/prompt.zsh
all the smartlam stuff
[dotfiles.git] / zsh / lib / prompt.zsh
index 4f313482deefe0c0836d694a295dacb95efd51a3..03345162b5ee53d575a32ffc12bb3287b1c06cd4 100644 (file)
@@ -1,3 +1,7 @@
+# Setup the prompt with pretty colors
+setopt prompt_subst
+autoload colors; colors;
+
 hostcolor=green
 [[ $(hostname) == "tardis" ]]  && hostcolor=red