diff --git a/.config/fish/functions/describe.fish b/.config/fish/functions/describe.fish index 78c1839a..f76c182f 100644 --- a/.config/fish/functions/describe.fish +++ b/.config/fish/functions/describe.fish @@ -5,6 +5,7 @@ function describe -d 'Extend on "type" for executables' set -l path (type -p $i) ls -l $path file $path | cut -d':' -f2 | cut -b 2- + type -pq pacman; and pacman -Qo $path case '*' type $i end