mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:27:28 +08:00
4 lines
79 B
Fish
4 lines
79 B
Fish
function __fish_complete_lsusb
|
|
lsusb | awk '{print $2 ":" $4}'| cut -c1-7
|
|
end
|