colored grep, too

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent e8a69cb9df
commit b64ea3e7a0

@ -19,6 +19,7 @@
* nicer ${PS1} for interactive GNU Bash sessions
* ensure GNU Bash uses our version of the less pager, even if busybox' version is installed
* make ls use colors, if possible when in GNU Bash
* make grep use colors, if possible when in GNU Bash
* Updates (automatic)
* XDA Labs (1.1.4b)
* (Simple) Calendar (3.2.4)

@ -18,6 +18,7 @@ shopt -s histappend
alias su="su --shell ${SHELL}"
alias ls="ls --color=auto"
alias grep="grep --color=auto"
red="\[\033[01;38;5;1m\]"
gre="\[\033[01;38;5;2m\]"

Loading…
Cancel
Save