2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-24 02:35:55 +00:00
fish-shell/share/functions/__fish_complete_lsusb.fish

4 lines
80 B
Fish
Raw Normal View History

2014-01-14 07:28:15 +00:00
function __fish_complete_lsusb
2016-12-21 00:29:42 +00:00
lsusb | awk -F[ :] '{ print $2 ":" $4 }'
end