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" +}