grep: ignore errors
This commit is contained in:
parent
7e74dda915
commit
ee37847ef8
4 changed files with 4 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ case $theos in
|
|||
alias ls='ls --color=auto';;
|
||||
esac
|
||||
|
||||
alias grep='grep --color'
|
||||
alias grep='grep --color -s'
|
||||
alias l='ls -lhatr'
|
||||
#alias ls='ls --color=auto'
|
||||
alias rm='rm -i'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue