mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 03:41:14 -03:00
4 lines
80 B
Fish
4 lines
80 B
Fish
function __fish_complete_lsusb
|
|
lsusb | awk -F[ :] '{ print $2 ":" $4 }'
|
|
end
|