aports/community/zsh-theme-powerlevel10k/powerlevel10k.plugin.zsh

6 lines
216 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}/powerlevel10k.zsh-theme"