style(fish): reformat phpenv files with fish_indent

This commit is contained in:
2026-02-28 10:49:52 +02:00
parent 63faf4c4bf
commit 70cf8ccf6d
3 changed files with 68 additions and 74 deletions

View File

@@ -23,7 +23,7 @@ if not set -q PHPENV_AUTO_SWITCH
end
if not set -q PHPENV_DEFAULT_EXTENSIONS
set -g PHPENV_DEFAULT_EXTENSIONS "opcache"
set -g PHPENV_DEFAULT_EXTENSIONS opcache
end
# Initialize PATH on shell startup if global version is set (less aggressive)