From: Andre Ramnitz Date: Sat, 5 Sep 2026 08:06:49 +0000 (+0200) Subject: bashrc: grep don't use -l as default X-Git-Tag: v0.6~6 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=1fa8facbfe73418db3fd089ca2871d49863c049e;p=dotfiles.git bashrc: grep don't use -l as default --- 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'