From cff0899edbbccd0aab080e8146b4bf0bd9c35bdd Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 24 Apr 2022 19:25:08 +0200 Subject: [PATCH] Fix indentation in prompt_tastytea_help --- .config/zsh/functions/prompt_tastytea_setup | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/zsh/functions/prompt_tastytea_setup b/.config/zsh/functions/prompt_tastytea_setup index 720e7f5..b1e4a70 100644 --- a/.config/zsh/functions/prompt_tastytea_setup +++ b/.config/zsh/functions/prompt_tastytea_setup @@ -1,6 +1,6 @@ # tastytea prompt theme -prompt_tastytea_help () { +prompt_tastytea_help() { cat <<'EOF' Minimal + vcs_info on the left, PWD on the right (shortened to 1/3 screen). This prompt is colour-scheme-able. You can invoke it thus: @@ -10,10 +10,10 @@ This prompt is colour-scheme-able. You can invoke it thus: Set DEFAULT_USER to only show non-default users in prompt. You need to set up vcs_info before enabling the prompt. EOF - if [[ ! -v ASYNC_VERSION ]]; then - print "Load https://github.com/mafredri/zsh-async" \ - "for asynchronous VCS info support." - fi + if [[ ! -v ASYNC_VERSION ]]; then + print "Load https://github.com/mafredri/zsh-async" \ + "for asynchronous VCS info support." + fi } # Reduce directory elements to first letter until directory path is reasonably