diff --git a/completions/fish b/completions/fish index a078a795a..a1713e729 100755 --- a/completions/fish +++ b/completions/fish @@ -85,8 +85,7 @@ string match -r -a -g "^###> ?(.*)" < (status -f) | string collect | python3 | s ###> elif type == 'config': ###> print(f'{command_prefix} -x -a "(__fastfetch_complete_config)"') ###> elif type == 'enum': -###> temp: str = ' '.join(map(lambda x: f"{x[0]}\\t{x[1]}", flag["arg"]["enum"].items())) -###> print(f'{command_prefix} -x -a "{temp}"') +###> print(f'{command_prefix} -x -a "{' '.join(flag["arg"]["enum"])}"') ###> elif type == 'logo': ###> print(f'{command_prefix} -x -a "(__fastfetch_complete_logo)"') ###> elif type == 'structure':