diff options
author | Linus Groh <mail@linusgroh.de> | 2020-07-07 15:39:39 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-07 16:43:59 +0200 |
commit | e0e100f009d51f733d6935a2323e77c64e4e55eb (patch) | |
tree | 5c5386a6c2651d3b7100f45fb83c9ea81137c15a /Base/etc/shellrc | |
parent | d0de3ce0bf9a8f85586afda052a85185895810ae (diff) | |
download | serenity-e0e100f009d51f733d6935a2323e77c64e4e55eb.zip |
Base: Add "alias ll='ls -l'" to /etc/shellrc
Diffstat (limited to 'Base/etc/shellrc')
-rw-r--r-- | Base/etc/shellrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/etc/shellrc b/Base/etc/shellrc index 91c0891c69..32e155e799 100644 --- a/Base/etc/shellrc +++ b/Base/etc/shellrc @@ -28,3 +28,4 @@ alias ws=WebServer alias sl=Solitaire alias wv=WebView +alias ll='ls -l' |