mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-04-17 11:35:31 +08:00
5 lines
114 B
Bash
5 lines
114 B
Bash
0="${ZERO:-${${0:#$ZSH_ARGZERO}:-${(%):-%N}}}"
|
|
0="${${(M)0:#/*}:-$PWD/$0}"
|
|
|
|
source ${0:h}/zsh-autosuggestions.zsh
|