Silence output of logo-ls
config
This commit is contained in:
parent
ae39aca5ee
commit
3319c5d3f3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue