mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 04:33:17 +02:00
fix: grep now uses case insensitivity by default ()
This commit is contained in:
@@ -114,6 +114,7 @@ alias cal='cal -mw --color'
|
||||
alias chrome='google-chrome-stable'
|
||||
alias teams='teams-insiders --disable-seccomp-filter-sandbox'
|
||||
alias cat='bat'
|
||||
alias grep='grep -i'
|
||||
|
||||
## command overrides
|
||||
df() {
|
||||
|
Reference in New Issue
Block a user