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