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

Base: Install symlinks instead of aliasing rgrep and egrep

This commit is contained in:
Tim Schumacher 2022-03-20 18:44:01 +01:00 committed by Brian Gianforcaro
parent 4a5d1db7f6
commit a128d4931d
2 changed files with 3 additions and 2 deletions

View file

@ -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" ] {