chore: Fix some typos

This commit is contained in:
Alexander Cyon 2024-09-01 19:12:09 +02:00
commit a7db067c2c
No known key found for this signature in database
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}"