Created
August 7, 2018 06:29
-
-
Save halfelf/6b28549fcb9f2d7648eb24207dd78f2a to your computer and use it in GitHub Desktop.
export $RIPGREP_CONFIG_PATH="$HOME/.ripgreprc"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--colors=line:fg:yellow | |
--colors=line:style:bold | |
--colors=path:fg:green | |
--colors=path:style:bold | |
--colors=match:fg:black | |
--colors=match:bg:yellow | |
--colors=match:style:nobold | |
--smart-case |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment