From 71e5216f941c3c3d9d23617bafc38d027630ffd4 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Sun, 21 Apr 2024 00:58:14 +0200 Subject: Colorize grep --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 31f182e..071a33b 100644 --- a/.bashrc +++ b/.bashrc @@ -17,6 +17,8 @@ export MANROFFOPT="-P -c" alias v=nvim alias f=vifm +alias grep='grep --color' + alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' source /usr/share/bash-completion/completions/git __git_complete config __git_main -- cgit v1.2.3-54-g00ecf