summaryrefslogtreecommitdiff
path: root/plugins/wd
diff options
context:
space:
mode:
authorMarc Cornellà <hello@mcornella.com>2021-12-28 14:16:54 +0100
committerMarc Cornellà <hello@mcornella.com>2021-12-28 14:34:09 +0100
commitc06197ad954baf3567d8711e43ad542aef86e6bc (patch)
tree779e3a2ce50ea3e50201b8fa3b5e52613bf6ba90 /plugins/wd
parent2d32e9be668672c110405aa2952ab8adaf374856 (diff)
downloadzsh-c06197ad954baf3567d8711e43ad542aef86e6bc.tar.gz
zsh-c06197ad954baf3567d8711e43ad542aef86e6bc.tar.bz2
zsh-c06197ad954baf3567d8711e43ad542aef86e6bc.zip
chore: fix comment bulk replace
Diffstat (limited to 'plugins/wd')
-rw-r--r--plugins/wd/wd.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wd/wd.plugin.zsh b/plugins/wd/wd.plugin.zsh
index 222a1483a..ca2ca7c65 100644
--- a/plugins/wd/wd.plugin.zsh
+++ b/plugins/wd/wd.plugin.zsh
@@ -8,7 +8,7 @@
# @github.com/mfaerevaag/wd
# Handle $0 according to the standard:
-# # https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
+# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
0="${${(M)0:#/*}:-$PWD/$0}"