mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
fixup! Add OS check to pkg completions
This commit is contained in:
parent
e8b6705067
commit
eca4273f77
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Completions for pkgng package manager
|
||||
|
||||
if uname | not string match FreeBSD
|
||||
if uname | not string match -q FreeBSD
|
||||
exit
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue