Fix ls-aliases

This commit is contained in:
Manuel Thalmann 2022-11-11 11:24:37 +01:00
parent 62df9b7384
commit 91d3dd0737

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