1
0
Fork 0

Fix indentation in prompt_tastytea_help

This commit is contained in:
tastytea 2022-04-24 19:25:08 +02:00
parent dfa2822dfd
commit cff0899edb
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 5 additions and 5 deletions

View File

@ -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