1
0
Fork 0

small changes

This commit is contained in:
Luca Bilke 2024-03-07 05:26:34 +01:00
parent ef7bf74d4e
commit c93246a5c6
2 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,7 @@ cmd fzfshortcut ${{
}}
cmd fzfgrep ${{
set +ue
RG_PREFIX="rg --hidden --column --line-number --no-heading --color=always --smart-case --follow "
RG_PREFIX="rg --hidden --column --line-number --no-heading --color=always --smart-case --follow --no-ignore "
res="$(
FZF_DEFAULT_COMMAND="$RG_PREFIX ''" \
fzf --bind "change:reload:$RG_PREFIX {q} || true" \

View File

@ -29,6 +29,7 @@ alias \
ffmpeg="ffmpeg -hide_banner" \
nvidia-settings="nvidia-settings --config=\$XDG_CONFIG_HOME/nvidia/settings" \
pltd="perltidy -b -bext='/' -l=120 -vmll -ci 4 -xci -nolq -nola -nolc -pt=2 -sbt=2 -bt=2 -bbt=2 -tso -nsfs -ce -cpb -otr -wn -wfc -sot -sct -drc -mbl=1 -blbs=2 -blbp=2"
less="less -r"
# Shortening
alias \