diff --git a/.zshrc b/.zshrc index 102bf91..0706fbd 100644 --- a/.zshrc +++ b/.zshrc @@ -74,3 +74,5 @@ esac if type "direnv" > /dev/null; then eval "$(direnv hook zsh)" fi + +export PS1="%n@%m:%F{green}%~%F{reset}%# "