From 14d665378accf877cb99d11cb908eb1ed4eaa9a4 Mon Sep 17 00:00:00 2001 From: IFo Hancroft Date: Fri, 11 Oct 2019 11:18:00 +0300 Subject: [PATCH] Added grep alias to use colors --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 1edc028..884f729 100644 --- a/.bashrc +++ b/.bashrc @@ -6,6 +6,7 @@ alias search='googler --url-handler dump-content google' alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' alias ls='ls --color=auto --group-directories-first' alias diff='diff --color=auto' +alias grep='grep --color=auto' PS1="[\w]\\$ " if [[ $TERM == 'xterm-termite' ]]; then PROMPT_COMMAND='__vte_osc7 && echo -ne "\033]0;Termite: ${PWD/#$HOME/\~}\007"'