Skip to content

Commit

Permalink
Added grep alias to use colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ifohancroft committed Oct 11, 2019
1 parent 7aaf89e commit 14d6653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
Expand Down

0 comments on commit 14d6653

Please sign in to comment.