chore: linting

This commit is contained in:
2025-10-13 14:14:45 +03:00
parent 88a2b3dadf
commit 7b6e95c4ab
89 changed files with 1556 additions and 706 deletions

View File

@@ -6,4 +6,3 @@ function _puffer_fish_expand_bang
commandline -i '!'
end
end

View File

@@ -1,4 +1,3 @@
function nvm
bass source $NVM_DIR/nvm.sh --no-use ';' nvm $argv
end

View File

@@ -56,7 +56,7 @@ function ___paths_plugin_handle_found_item -a testName outFlags
end
set nameOut (string trim -- "$nameOut")
# do the tick
# do the tick
if set -q _flag_k # is not color
set nameOut "- $nameOut"
else # is color
@@ -155,7 +155,7 @@ function paths --description "Reveal the executable matches in shell paths or fi
end
end
# check
# check
set -l built (type --type $input 12&>/dev/null)
if test -n "$built"
and test "$built" = 'builtin'

View File

@@ -1075,4 +1075,3 @@ function __phpenv_validate_extensions -a phpenv_extensions_string
return 1
end
end