fix
This commit is contained in:
parent
6a44cfc35f
commit
816b023e71
1 changed files with 6 additions and 3 deletions
|
@ -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)?,(.*)'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue