mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 18:58:56 +00:00
Base: Add egrep and rgrep aliases to /etc/shellrc
This commit is contained in:
parent
c3f417aa1e
commit
6ac2d3e1bd
Notes:
sideshowbarker
2024-07-18 21:40:56 +09:00
Author: https://github.com/bcoles
Commit: 6ac2d3e1bd
Pull-request: https://github.com/SerenityOS/serenity/pull/5661
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ alias sl=Solitaire
|
||||||
alias ue=UserspaceEmulator
|
alias ue=UserspaceEmulator
|
||||||
alias welcome=Serendipity
|
alias welcome=Serendipity
|
||||||
|
|
||||||
|
alias rgrep="grep -r"
|
||||||
|
alias egrep="grep -E"
|
||||||
alias ll='ls -l'
|
alias ll='ls -l'
|
||||||
|
|
||||||
export PROMPT="\\X\\u@\\h:\\w\\a\\e[32;1m@\\h\\e[0m:\\e[34;1m\\w\\e[0m \\p "
|
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