uualias fish module no longer prints garbage

This commit is contained in:
LordMZTE 2023-01-03 22:33:11 +01:00
parent 7035be928d
commit 15fa36b24c
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -1,6 +1,6 @@
# This file creates aliases of normal GNU coreutils to their UUtils version if installed.
if not which "uu-cat" > /dev/null
if not which "uu-cat" &> /dev/null
exit
end