chore: fix typos (#12647)

This commit is contained in:
Alexander Cyon
2024-09-01 21:01:27 +02:00
committed by GitHub
parent c68ff8aeed
commit d78275fdbb
13 changed files with 16 additions and 16 deletions

View File

@ -39,7 +39,7 @@ if (( ! $+commands[docker] )); then
return
fi
# Standarized $0 handling
# Standardized $0 handling
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
0="${${(M)0:#/*}:-$PWD/$0}"