completion(winetricks): redirect winetricks list-all sderr to /dev/null

This commit is contained in:
fabiojb
2025-05-03 18:25:17 -03:00
parent 0d59e89374
commit 9a8d578142

View File

@@ -1,5 +1,5 @@
function __fish_winetricks__complete_verbs
winetricks list-all |
winetricks list-all 2>/dev/null |
string match --invert --regex '^==' |
string match --invert --regex '^(apps|dlls|fonts|games|settings)$' |
string replace --regex '(\S+)\s+(.+)' '$1\t$2'