summaryrefslogtreecommitdiff
path: root/Base/etc/shellrc
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2020-07-07 15:39:39 +0100
committerAndreas Kling <kling@serenityos.org>2020-07-07 16:43:59 +0200
commite0e100f009d51f733d6935a2323e77c64e4e55eb (patch)
tree5c5386a6c2651d3b7100f45fb83c9ea81137c15a /Base/etc/shellrc
parentd0de3ce0bf9a8f85586afda052a85185895810ae (diff)
downloadserenity-e0e100f009d51f733d6935a2323e77c64e4e55eb.zip
Base: Add "alias ll='ls -l'" to /etc/shellrc
Diffstat (limited to 'Base/etc/shellrc')
-rw-r--r--Base/etc/shellrc1
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'