mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
Base: Add egrep and rgrep aliases to /etc/shellrc
This commit is contained in:
parent
c3f417aa1e
commit
6ac2d3e1bd
1 changed files with 2 additions and 0 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue