]> Freerunner's - dotfiles.git/commitdiff
bashrc: grep don't use -l as default
authorAndre Ramnitz <tux.rising@gmail.com>
Sat, 5 Sep 2026 08:06:49 +0000 (10:06 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Sat, 5 Sep 2026 08:06:49 +0000 (10:06 +0200)
dot-bashrc

index 9a74e197d51e35d39c7d36e1831f2be1e0358503..0d311c4a651efea73222fb9e7193a97fde131c85 100644 (file)
@@ -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'