summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-27 23:00:05 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-27 23:00:05 -0500
commit5adaa58692524902d6b7a0d5b4230641ced61c06 (patch)
treeaf88c0150ff7d9b82910a66ef54853e2c2d6859f /bin
parent562639cfd7f8f612f9f9cae9a4278379f0c92b8b (diff)
downloadconf-5adaa58692524902d6b7a0d5b4230641ced61c06.tar.gz
conf-5adaa58692524902d6b7a0d5b4230641ced61c06.zip
split out ripgrep config
Diffstat (limited to 'bin')
l---------bin/.bin/ag1
-rwxr-xr-xbin/.bin/rg7
2 files changed, 0 insertions, 8 deletions
diff --git a/bin/.bin/ag b/bin/.bin/ag
deleted file mode 120000
index 5b2ddf3..0000000
--- a/bin/.bin/ag
+++ /dev/null
@@ -1 +0,0 @@
-rg \ No newline at end of file
diff --git a/bin/.bin/rg b/bin/.bin/rg
deleted file mode 100755
index ea88361..0000000
--- a/bin/.bin/rg
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ -t 1 ]; then
- exec /usr/bin/rg --smart-case --no-ignore-messages -p "$@" | less -FR
-else
- exec /usr/bin/rg --smart-case --no-ignore-messages "$@"
-fi