diff --git a/share/config_interactive.fish.in b/share/config_interactive.fish.in index 09b87af6c..0becbd0da 100644 --- a/share/config_interactive.fish.in +++ b/share/config_interactive.fish.in @@ -201,15 +201,6 @@ function __fish_print_users -d "Print a list of local users" cat /etc/passwd | cut -d : -f 1 end -# -# Completions for the shell and it's builtin commands and functions -# - -for i in (builtin -n|sgrep -E -v '(while|for|if|function|switch)' ) - complete -c $i -s h -l help -d "Display help and exit" -end - - # # Completions for SysV startup scripts #