Skip to content

Commit 743209d

Browse files
authored
Update zsh-string-lib.lib.zsh
Signed-off-by: Salvydas Lukosius <[email protected]>
1 parent b0a068c commit 743209d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zsh-string-lib.lib.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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
33
0="${ZERO:-${${0:#$ZSH_ARGZERO}:-${(%):-%N}}}"
44
0="${${(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
88
if [[ $PMSPEC != *f* ]] {
99
fpath+=( "${0:h}/functions" )
1010
}
1111

1212
zmodload 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
1616
autoload -Uz \
1717
@str-parse-json \
1818
@str-read-all \

0 commit comments

Comments
 (0)