zsh/.zsh/plugins/autopairs/autopair.plugin.zsh
2024-12-11 15:02:36 +01: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"