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

@ -23,7 +23,7 @@ if is-at-least 5.5; then
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}"