change prompt

This commit is contained in:
Grigory Shipunov 2021-06-26 23:02:37 +02:00
parent 0010384ad6
commit 610cfeda09
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

2
.zshrc
View file

@ -74,3 +74,5 @@ esac
if type "direnv" > /dev/null; then if type "direnv" > /dev/null; then
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
fi fi
export PS1="%n@%m:%F{green}%~%F{reset}%# "