fish-shell/share/functions/__fish_complete_ppp_peer.fish
2012-06-13 16:46:13 +04:00

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