From 1fa8facbfe73418db3fd089ca2871d49863c049e Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 5 Sep 2026 10:06:49 +0200 Subject: [PATCH] bashrc: grep don't use -l as default --- dot-bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-bashrc b/dot-bashrc index 9a74e19..0d311c4 100644 --- a/dot-bashrc +++ b/dot-bashrc @@ -13,7 +13,7 @@ alias cdg='cd "$(git rev-parse --show-toplevel)"' alias df='/usr/bin/df -h --output=target,fstype,used,avail,pcent,source | sort -n' alias du='du -h' alias ff='fastfetch -c "$HOME/.config/fastfetch/default.jsonc"' -alias grep='command grep -sil --color=auto' +alias grep='command grep -si --color=auto' alias gdi='git diff ' alias gg='cd "$(git rev-parse --show-toplevel)"' alias gco='git checkout' -- 2.55.0