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