diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-03-20 18:44:01 +0100 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-03-20 11:50:47 -0700 |
commit | a128d4931d11a8e14c52011946be125452616f1f (patch) | |
tree | 34685c777b86da9963dd83715bb3421eab3663ef /Base | |
parent | 4a5d1db7f69231f6a4aa16a833b9696fef2ba5f8 (diff) | |
download | serenity-a128d4931d11a8e14c52011946be125452616f1f.zip |
Base: Install symlinks instead of aliasing rgrep and egrep
Diffstat (limited to 'Base')
-rw-r--r-- | Base/etc/shellrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Base/etc/shellrc b/Base/etc/shellrc index 2181bf0e89..b917ae3ae8 100644 --- a/Base/etc/shellrc +++ b/Base/etc/shellrc @@ -28,8 +28,6 @@ alias ue=UserspaceEmulator alias fe=FontEditor alias ss=Spreadsheet -alias rgrep="grep -r" -alias egrep="grep -E" alias ll='ls -l' if [ "$(id -u)" = "0" ] { |