summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-14 06:56:51 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-14 06:58:59 -0700
commit7db55baa5b4f0de270e692f1bbef848b046ca513 (patch)
tree3001bc750f22fdbc7de711b0f49148b5ad310cad
parentemacs: strict regex for PROJECT file (diff)
downloademacs.d-7db55baa5b4f0de270e692f1bbef848b046ca513.tar.gz
zsh: add host's name to the prompt
Diffstat (limited to '')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
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