diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-18 08:31:03 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-18 08:31:03 -0700 |
commit | acbc6abe04d857ec2819200cb3b7e5d5b70608c2 (patch) | |
tree | 7660853e6baec2aed7faab43a630f815cbb99dfa /zshrc | |
parent | emacs: select help buffer when it opens (diff) | |
download | emacs.d-acbc6abe04d857ec2819200cb3b7e5d5b70608c2.tar.gz |
zsh: use the default prompt
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
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 |