removed /etc and /opt

This commit is contained in:
cutemeli
2025-12-22 10:48:14 +00:00
parent 5ce7ca2c5d
commit 10d1afbb17
32559 changed files with 0 additions and 6756692 deletions

View File

@@ -1,18 +0,0 @@
if [[ ! -o interactive ]]; then
return
fi
compctl -K _phpenv phpenv
_phpenv() {
local words completions
read -cA words
if [ "${#words}" -eq 2 ]; then
completions="$(phpenv commands)"
else
completions="$(phpenv completions ${words[2,-1]})"
fi
reply=("${(ps:\n:)completions}")
}