Silence output of logo-ls config

This commit is contained in:
Manuel Thalmann 2023-04-04 11:08:16 +02:00
parent c97165d711
commit 01ab20549b

View file

@ -3,4 +3,4 @@
echo "alias ls='logo-ls -D'";
echo "alias ll='ls -al'";
echo "alias l='ls'";
} | tee -a ~/.bashrc;
} | tee -a ~/.bashrc > /dev/null;