diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2021-03-01 14:58:58 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-02 11:57:27 +0100 |
commit | 71a123148a685e463bdb5fcb40c5e6571c2aaa36 (patch) | |
tree | 6a0c2dccc83ef46dc16493e3ff14c7324f3140de /Base/etc | |
parent | 0443cd4eed07c139f5d079cc7a96f986a56b2425 (diff) | |
download | serenity-71a123148a685e463bdb5fcb40c5e6571c2aaa36.zip |
Serendipity: A new welcome app
Provides the basic Help+ReadMe care package to new users and some
interesting tips to get started. Feel free to add more!
Diffstat (limited to 'Base/etc')
-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 506af77c77..72876731e5 100644 --- a/Base/etc/shellrc +++ b/Base/etc/shellrc @@ -27,5 +27,6 @@ alias ws=WebServer alias sl=Solitaire alias wv=WebView alias ue=UserspaceEmulator +alias welcome=Serendipity alias ll='ls -l' |