diff --git a/share/functions/__fish_complete_proc.fish b/share/functions/__fish_complete_proc.fish index 9d9fa6fbc..84e3bd9d4 100644 --- a/share/functions/__fish_complete_proc.fish +++ b/share/functions/__fish_complete_proc.fish @@ -1,4 +1,3 @@ function __fish_complete_proc --description 'Complete by list of running processes' - ps a --no-headers --format comm | uniq - + ps a --no-headers --format comm | sort -u end