Fix ls-aliases

This commit is contained in:
Manuel Thalmann 2022-11-11 11:24:37 +01:00
parent 4b822f5bf0
commit 5eb251ab86

View file

@ -108,7 +108,8 @@ The steps described here allow the creation of a linux system on a Surface Book
sudo dpkg -i logo-ls.deb
{
echo "alias ls='logo-ls -D'"
echo "alias ll='logo-ls -al'"
echo "alias ll='ls -al'"
echo "alias l='ls'"
} >> ~/.bashrc
```
- Improve audio quality