aports/community/skim/skim.plugin.zsh
2022-04-01 16:10:54 +02:00

7 lines
242 B
Bash

# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html#zero-handling
0="${ZERO:-${${0:#$ZSH_ARGZERO}:-${(%):-%N}}}"
0="${${(M)0:#/*}:-$PWD/$0}"
source "${0:A:h}/completion.zsh"
source "${0:A:h}/key-bindings.zsh"