mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 17:24:50 +01:00
9 lines
103 B
Text
9 lines
103 B
Text
#autoload
|
|
|
|
if [[ -prefix */ ]]; then
|
|
qpref="${PREFIX%/*}/"
|
|
pref=$~qpref
|
|
else
|
|
qpref=
|
|
pref=./
|
|
fi
|