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"
|
||||
RG="rga"
|
||||
RIPGREP_ARGS="-i --no-ignore-vcs"
|
||||
# Parameters
|
||||
# You can on the fly reassign the values and update all the aliases with `zshrefresh`
|
||||
|
||||
#RG="${RG:-rg}"
|
||||
RG="${RG:-rga}"
|
||||
RIPGREP_ARGS="${RIPGREP_ARGS:--i}"
|
||||
|
||||
# Common Data
|
||||
alias ripgrep_data_urls="$RG $RIPGREP_ARGS 'data:(.*?)(;base64)?,(.*)'"
|
||||
|
|
Loading…
Add table
Reference in a new issue