Logo
Explore Help
Sign In
h/fish-shell
1
Fork 0
You've already forked fish-shell
mirror of https://github.com/fish-shell/fish-shell.git synced 2026-05-03 11:51:15 -03:00
Code Issues Packages Projects Releases Wiki Activity
Files
2c0e912fe1e62d74a99b5ee6d5d09a743071daf6
fish-shell/share/functions/__fish_print_debian_apache_sites.fish

8 lines
221 B
Fish
Raw Normal View History

Mark private functions that don't need localization See the next commit. Part of #11833 (cherry picked from commit a53db72564f9b5da80f61524bd899b282d3d7bd7)
2025-09-29 09:30:35 +02:00
# localization: skip(private)
Add completions for Debian's Apache tools, a2{en,dis}{mod,conf,site} Work on #2141.
2015-06-26 16:14:01 +08:00
function __fish_print_debian_apache_sites
reformat all fish scripts I hate doing this but I am tired of touching a fish script as part of some change and having `make style` radically change it. Which makes editing fish scripts more painful than it needs to be. It is time to do a wholesale reformatting of these scripts to conform to the documented style as implemented by the `fish_indent` program.
2016-11-27 21:27:22 -08:00
# Helper script for completions for a2ensite/a2dissite
for site in /etc/apache2/sites-available/*
basename "$site" .conf
end
Add completions for Debian's Apache tools, a2{en,dis}{mod,conf,site} Work on #2141.
2015-06-26 16:14:01 +08:00
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 190ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API