mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-19 18:01:15 -03:00
8 lines
225 B
Fish
8 lines
225 B
Fish
# localization: skip(private)
|
|
function __fish_print_debian_apache_confs
|
|
# Helper script for completions for a2enconf/a2disconf
|
|
for conf in /etc/apache2/conf-available/*.conf
|
|
basename "$conf" .conf
|
|
end
|
|
end
|