1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:07:34 +00:00

Base: Add "alias ll='ls -l'" to /etc/shellrc

This commit is contained in:
Linus Groh 2020-07-07 15:39:39 +01:00 committed by Andreas Kling
parent d0de3ce0bf
commit e0e100f009

View file

@ -28,3 +28,4 @@ alias ws=WebServer
alias sl=Solitaire
alias wv=WebView
alias ll='ls -l'