dotfiles/dot_config/zsh/plugins/zsh-autopair/executable_autopair.plugin.zsh
2026-03-29 00:52:51 +02:00

4 lines
205 B
Bash

# <https://github.com/zdharma-continuum/Zsh-100-Commits-Club/blob/master/Zsh-Plugin-Standard.adoc>
0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
0="${${(M)0:#/*}:-$PWD/$0}"
source "${0:A:h}/autopair.zsh"