mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-28 04:35:09 +00:00
parent
28f4f82246
commit
8907606b07
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Completions for ps
|
# Completions for ps
|
||||||
|
|
||||||
set -l $gnu_linux 0
|
set -l gnu_linux 0
|
||||||
if ps -V <&- >/dev/null 2>/dev/null
|
if ps -V <&- >/dev/null 2>/dev/null
|
||||||
set gnu_linux 1
|
set gnu_linux 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue