mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 11:23:05 +01:00
uualias fish module no longer prints garbage
This commit is contained in:
parent
7035be928d
commit
15fa36b24c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue