grep with color

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-02-22 10:26:04 +01:00
parent 2da1260b6c
commit 608b0cedf8

View File

@@ -30,6 +30,8 @@ eval `dircolors`
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias grep='grep --color'
# Turn on parallel history
shopt -s histappend
history -a