mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 04:18:53 +08:00
4 lines
80 B
Fish
4 lines
80 B
Fish
function __fish_complete_lsusb
|
|
lsusb | awk -F[ :] '{ print $2 ":" $4 }'
|
|
end
|