summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc1
-rwxr-xr-xdeploy.sh2
-rw-r--r--ripgreprc1
3 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index f51df37..a815ab5 100644
--- a/bashrc
+++ b/bashrc
@@ -69,6 +69,7 @@ export XDG_DATA_HOME=$HOME/.local/share
export LESS="-R -M --shift 10"
export EMAIL="reiner@reiner-h.de"
export GPG_TTY=$(tty)
+export RIPGREP_CONFIG_PATH=${HOME}/.ripgreprc
# use vim as pager (VimTip 167)
export MANPAGER="/bin/sh -c \"col -b -x | view -u ~/.vim/pager.vim -c 'set ft=man nomod nolist' -\""
diff --git a/deploy.sh b/deploy.sh
index 9dbd4ef..632c61c 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -19,3 +19,5 @@ ln -sf ${CONFIG_DIR}/git/hooks ${HOME}/.git_template/hooks
mkdir -p ${HOME}/.mutt
ln -sf ${CONFIG_DIR}/muttrc ${HOME}/.mutt/muttrc
+
+ln -sf ${CONFIG_DIR}/ripgreprc ${HOME}/.ripgreprc
diff --git a/ripgreprc b/ripgreprc
new file mode 100644
index 0000000..e51ef46
--- /dev/null
+++ b/ripgreprc
@@ -0,0 +1 @@
+--smart-case