mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +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
|
# Completions for pkgng package manager
|
||||||
|
|
||||||
if uname | not string match FreeBSD
|
if uname | not string match -q FreeBSD
|
||||||
exit
|
exit
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue