Base: Add egrep and rgrep aliases to /etc/shellrc

This commit is contained in:
Brendan Coles 2021-03-06 03:39:44 +00:00 committed by Andreas Kling
parent c3f417aa1e
commit 6ac2d3e1bd

View file

@ -27,6 +27,8 @@ alias sl=Solitaire
alias ue=UserspaceEmulator
alias welcome=Serendipity
alias rgrep="grep -r"
alias egrep="grep -E"
alias ll='ls -l'
export PROMPT="\\X\\u@\\h:\\w\\a\\e[32;1m@\\h\\e[0m:\\e[34;1m\\w\\e[0m \\p "