File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Standardized $0 Handling
2- # https://z.digitalclouds .dev/community/zsh_plugin_standard#zero-handling
2+ # https://wiki.zshell .dev/community/zsh_plugin_standard#zero-handling
330=" ${ZERO:- ${${0:# $ZSH_ARGZERO } :- ${(% ):-% N} } } "
440=" ${${(M)0:#/* } :- $PWD / $0 } "
55
66# Functions directory
7- # https://z.digitalclouds .dev/community/zsh_plugin_standard#funtions-directory
7+ # https://wiki.zshell .dev/community/zsh_plugin_standard#funtions-directory
88if [[ $PMSPEC != * f* ]] {
99 fpath+=( " ${0: h} /functions" )
1010}
1111
1212zmodload zsh/system 2> /dev/null
1313
1414# API-like functions
15- # https://z.digitalclouds .dev/community/zsh_plugin_standard#the-proposed-function-name-prefixes
15+ # https://wiki.zshell .dev/community/zsh_plugin_standard#the-proposed-function-name-prefixes
1616autoload -Uz \
1717 @str-parse-json \
1818 @str-read-all \
You can’t perform that action at this time.
0 commit comments