diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-14 06:56:51 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-14 06:58:59 -0700 |
commit | 7db55baa5b4f0de270e692f1bbef848b046ca513 (patch) | |
tree | 3001bc750f22fdbc7de711b0f49148b5ad310cad /zshrc | |
parent | emacs: strict regex for PROJECT file (diff) | |
download | emacs.d-7db55baa5b4f0de270e692f1bbef848b046ca513.tar.gz |
zsh: add host's name to the prompt
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
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 |