mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 18:21:13 -03:00
6 lines
164 B
Fish
6 lines
164 B
Fish
# localization: skip(private)
|
|
function __fish_complete_ppp_peer --description 'Complete isp name for pon/poff'
|
|
find /etc/ppp/peers/ -type f -printf '%f\n'
|
|
|
|
end
|