From 5c6046b44fb50fe51bdd78c630a763bb656fb883 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:50:15 -0500 Subject: [PATCH] Ripgrep: stop using --hidden --- .config/shell/after/ripgrep.sh | 5 ----- .ignore | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 .config/shell/after/ripgrep.sh create mode 100644 .ignore diff --git a/.config/shell/after/ripgrep.sh b/.config/shell/after/ripgrep.sh deleted file mode 100644 index a3d6b83..0000000 --- a/.config/shell/after/ripgrep.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env sh - -if command_exists rg; then - alias rg='rg --hidden' -fi diff --git a/.ignore b/.ignore new file mode 100644 index 0000000..1d4928c --- /dev/null +++ b/.ignore @@ -0,0 +1,5 @@ +!.Brewfile +!/.config/ +!/.github/ +!/.ssh/ +!.zsh*