mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 05:31:25 +02:00
6 lines
216 B
Bash
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"
|