From 7db55baa5b4f0de270e692f1bbef848b046ca513 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 14 Oct 2021 06:56:51 -0700 Subject: zsh: add host's name to the prompt --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 5fa66a6..ee974dc 100644 --- a/zshrc +++ b/zshrc @@ -24,7 +24,7 @@ REPORTTIME=5 # based on EDITOR/VISUAL). bindkey -e -PROMPT='; ' +PROMPT='%M; ' # The next line updates PATH for the Google Cloud SDK. if [ -f '/home/fcuny/workspace/google-cloud-sdk/path.zsh.inc' ]; then . '/home/fcuny/workspace/google-cloud-sdk/path.zsh.inc'; fi -- cgit 1.4.1