Skip to content

Commit

Permalink
feat(ripgrep): enable smart-case
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Feb 15, 2018
1 parent e056580 commit 9cdd3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ function link-files {
create-link "$PWD/imwheelrc" "$HOME/.imwheelrc"
create-link "$PWD/irbrc" "$HOME/.irbrc"
create-link "$PWD/plsqlrc" "$HOME/.plsqlrc"
create-link "$PWD/ripgreprc" "$HOME/.ripgreprc"
create-link "$PWD/rvmrc" "$HOME/.rvmrc"
create-link "$PWD/tmux.conf" "$HOME/.tmux.conf"
create-link "$PWD/vimrc" "$HOME/.vimrc"
Expand Down
1 change: 1 addition & 0 deletions ripgreprc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--smart-case

0 comments on commit 9cdd3e1

Please sign in to comment.