Compare commits

..

No commits in common. "7143a6c671298c8c529141069a8213622a8a0eb3" and "7698e765ddefc63aad3416a7018f94a9c3e35fd2" have entirely different histories.

3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
scale=spline36
cscale=mitchell
dscale=mitchell
scale-antiring=1.0
cscale-antiring=1.0
dither-depth=auto
correct-downscaling=yes
sigmoid-upscaling=yes
deband=yes
save-position-on-quit=yes

@ -1 +1 @@
Subproject commit 8df0f13fe5606b7f0909c077f7411e9bb3c65c9f
Subproject commit 0825220ecef7887043d6c45120d889418bc08d64

View File

@ -20,7 +20,7 @@ alias \
ce="confedit" \
cg="fzf-grep \$HOME/.config" \
fe="fzf-fd \$(pwd) | xargs -r nvim" \
fgr="fzf-grep \$(pwd)" \
fg="fzf-grep \$(pwd)" \
cp="cp -iv" \
mv="mv -iv" \
rm="rm -vI" \