diff options
Diffstat (limited to 'plugins/colemak')
-rw-r--r-- | plugins/colemak/colemak.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/colemak/colemak.plugin.zsh b/plugins/colemak/colemak.plugin.zsh index de0b5b866..e6a46f296 100644 --- a/plugins/colemak/colemak.plugin.zsh +++ b/plugins/colemak/colemak.plugin.zsh @@ -20,7 +20,7 @@ bindkey -a 'j' vi-forward-word-end bindkey -a 'J' vi-forward-blank-word-end # 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}" |