Fix ls-aliases
This commit is contained in:
parent
62df9b7384
commit
91d3dd0737
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue