From 8a717f202e3c65cb83be19f8dded52140619d72e Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 14 Oct 2016 09:26:03 +0530 Subject: [PATCH] fish: Add pacman -Qo to 'describe' --- .config/fish/functions/describe.fish | 1 + 1 file changed, 1 insertion(+) 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