summary refs log tree commit diff
path: root/zshrc
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-18 08:31:03 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-18 08:31:03 -0700
commitacbc6abe04d857ec2819200cb3b7e5d5b70608c2 (patch)
tree7660853e6baec2aed7faab43a630f815cbb99dfa /zshrc
parentemacs: select help buffer when it opens (diff)
downloademacs.d-acbc6abe04d857ec2819200cb3b7e5d5b70608c2.tar.gz
zsh: use the default prompt
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index ee974dc..f54f769 100644
--- a/zshrc
+++ b/zshrc
@@ -24,8 +24,6 @@ REPORTTIME=5
 # based on EDITOR/VISUAL).
 bindkey -e
 
-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