ag (aka silver surfer): default to ignore case
This commit is contained in:
parent
5c0bfde1a8
commit
0d72c89f4b
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ if status is-interactive
|
||||||
abbr -a rm "rm --interactive --verbose"
|
abbr -a rm "rm --interactive --verbose"
|
||||||
abbr -a mv "mv --interactive --verbose"
|
abbr -a mv "mv --interactive --verbose"
|
||||||
abbr -a cp "cp --interactive --verbose"
|
abbr -a cp "cp --interactive --verbose"
|
||||||
|
abbr -a ag "ag --ignore-case"
|
||||||
|
|
||||||
# direnv (https://direnv.net)
|
# direnv (https://direnv.net)
|
||||||
if type -q direnv
|
if type -q direnv
|
||||||
|
|
Loading…
Add table
Reference in a new issue