From 5ab0c31420cee223e8b08760c959b5c0ec7aa732 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 14 Mar 2012 00:34:07 -0400 Subject: [PATCH] making zsh crap a bit more useful. considering (finally) learning and/or switching to zsh as primary --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index eae891b..fa9f2b6 100644 --- a/zshrc +++ b/zshrc @@ -6,3 +6,8 @@ unsetopt autocd beep notify bindkey -v autoload -Uz compinit compinit + +export PS1="\$ " +function precmd() { + echo "$USER@$HOST:$PWD" +}