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