mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-17 10:11:38 +02:00
chore: fix typos (#12647)
This commit is contained in:
@ -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}"
|
||||
|
Reference in New Issue
Block a user