completions/ps: Fix typo

Fixes #7657
This commit is contained in:
Fabian Homborg 2021-01-25 13:22:14 +01:00 committed by GitHub
parent 28f4f82246
commit 8907606b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Completions for ps
set -l $gnu_linux 0
set -l gnu_linux 0
if ps -V <&- >/dev/null 2>/dev/null
set gnu_linux 1
end