2015-06-26 08:14:01 +00:00
|
|
|
function __fish_print_debian_apache_confs
|
2016-11-28 05:27:22 +00:00
|
|
|
# Helper script for completions for a2enconf/a2disconf
|
|
|
|
for conf in /etc/apache2/conf-available/*.conf
|
|
|
|
basename "$conf" .conf
|
|
|
|
end
|
2015-06-26 08:14:01 +00:00
|
|
|
end
|