mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 14:34:05 +00:00
4 lines
131 B
Fish
4 lines
131 B
Fish
function __fish_complete_ppp_peer --description 'Complete isp name for pon/poff'
|
|
find /etc/ppp/peers/ -type f -printf '%f\n'
|
|
|
|
end
|