From 610cfeda0961f76ef73a851e3c93aa079c0f33d3 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 26 Jun 2021 23:02:37 +0200 Subject: [PATCH] change prompt --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) 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}%# "