mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
Compare commits
No commits in common. "7143a6c671298c8c529141069a8213622a8a0eb3" and "7698e765ddefc63aad3416a7018f94a9c3e35fd2" have entirely different histories.
7143a6c671
...
7698e765dd
@ -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
|
deband=yes
|
||||||
|
|
||||||
save-position-on-quit=yes
|
save-position-on-quit=yes
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 8df0f13fe5606b7f0909c077f7411e9bb3c65c9f
|
Subproject commit 0825220ecef7887043d6c45120d889418bc08d64
|
@ -20,7 +20,7 @@ alias \
|
|||||||
ce="confedit" \
|
ce="confedit" \
|
||||||
cg="fzf-grep \$HOME/.config" \
|
cg="fzf-grep \$HOME/.config" \
|
||||||
fe="fzf-fd \$(pwd) | xargs -r nvim" \
|
fe="fzf-fd \$(pwd) | xargs -r nvim" \
|
||||||
fgr="fzf-grep \$(pwd)" \
|
fg="fzf-grep \$(pwd)" \
|
||||||
cp="cp -iv" \
|
cp="cp -iv" \
|
||||||
mv="mv -iv" \
|
mv="mv -iv" \
|
||||||
rm="rm -vI" \
|
rm="rm -vI" \
|
||||||
|
Loading…
Reference in New Issue
Block a user