Created
February 7, 2023 08:25
-
-
Save qoomon/85caa608da66633286f828c1c8129d0b to your computer and use it in GitHub Desktop.
ZSH Plugin File Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" | |
0="${${(M)0:#/*}:-$PWD/$0}" | |
echo "${${0:A}/%.plugin.zsh/.zsh}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment