Compare commits

..

2 commits

Author SHA1 Message Date
a31ea24577 fontconfig update 2023-01-17 16:51:08 +02:00
0a89e30a63 Adding alias for highlight 2023-01-17 16:50:53 +02:00
2 changed files with 21 additions and 0 deletions

View file

@ -37,4 +37,24 @@
</prefer>
</alias>-->
<dir>~/.fonts</dir>
<match target="font">
<edit name="rgba" mode="assign">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>

View file

@ -18,6 +18,7 @@ source $HOME/.profile.private
# Let's keep $HOME clean
LESSHISTFILE=-
alias ccat="highlight -O ansi $@"
alias ls="ls -h --color=auto"
alias myip="curl https://ifconfig.co"
alias vim="nvim $@"