fish-shell/share/functions/__fish_complete_ppp_peer.fish

5 lines
134 B
Fish
Raw Permalink Normal View History

function __fish_complete_ppp_peer --description 'Complete isp name for pon/poff'
find /etc/ppp/peers/ -type f -printf '%f\n'
end