Skip to content

Commit

Permalink
Default rg to use smart-case searches
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoJob committed Sep 11, 2018
1 parent 6d25bc3 commit 07e3393
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/aliases.zsh.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ else
alias g=git
fi

if whence rg &>/dev/null; then
alias rg=$(whence rg) --smart-case
fi

if whence nvim &>/dev/null; then
alias vi='nvim'
alias v='fasd -f -e nvim -b shada'
Expand Down

0 comments on commit 07e3393

Please sign in to comment.