Silence output of logo-ls config

This commit is contained in:
Manuel Thalmann 2023-04-04 11:08:16 +02:00
parent ae39aca5ee
commit 3319c5d3f3

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;