mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
type: Remove TODO
[Ci skip]
This commit is contained in:
parent
c114cbc9af
commit
573e1ad4b1
1 changed files with 0 additions and 2 deletions
|
@ -102,8 +102,6 @@ function type --description 'Print the type of a command'
|
|||
set paths (command -s -- $i)
|
||||
else
|
||||
# TODO: This should really be `command -sa`.
|
||||
# TODO: If #3914 ('Treat empty $PATH component as equivalent to "." ')
|
||||
# is implemented, this needs to change as well.
|
||||
for file in $PATH/*
|
||||
test -x $file -a ! -d $file
|
||||
and set paths $paths $file
|
||||
|
|
Loading…
Reference in a new issue