summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-04-21 00:58:14 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2024-04-21 00:58:14 +0200
commit71e5216f941c3c3d9d23617bafc38d027630ffd4 (patch)
tree80e682a4faf6218b28f4c3ae0292944b1a41a85c
parentb5382f2d08e6a18939e2c7b166401fd9b508730e (diff)
downloaddotfiles-71e5216f941c3c3d9d23617bafc38d027630ffd4.tar.zst
Colorize grep
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
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