This commit is contained in:
JMARyA 2024-03-07 02:49:33 +01:00
parent 6a44cfc35f
commit 816b023e71
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,6 +1,9 @@
#RG="rg" # Parameters
RG="rga" # You can on the fly reassign the values and update all the aliases with `zshrefresh`
RIPGREP_ARGS="-i --no-ignore-vcs"
#RG="${RG:-rg}"
RG="${RG:-rga}"
RIPGREP_ARGS="${RIPGREP_ARGS:--i}"
# Common Data # Common Data
alias ripgrep_data_urls="$RG $RIPGREP_ARGS 'data:(.*?)(;base64)?,(.*)'" alias ripgrep_data_urls="$RG $RIPGREP_ARGS 'data:(.*?)(;base64)?,(.*)'"