mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Reformat completion scripts
These were excluded from style.fish
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
set -l cmds list store restore stop-all start stop restart switch-to status enable disable reenable is-enabled edit
|
||||
|
||||
function __fish_netctl_get_profiles
|
||||
command netctl list | sed -e 's/^[ \t*]*//'
|
||||
command netctl list | sed -e 's/^[ \t*]*//'
|
||||
end
|
||||
|
||||
complete -f -c netctl -l help -d 'Display help'
|
||||
|
||||
Reference in New Issue
Block a user