Compare commits
2 commits
510b51bc9c
...
a31ea24577
Author | SHA1 | Date | |
---|---|---|---|
a31ea24577 | |||
0a89e30a63 |
2 changed files with 21 additions and 0 deletions
|
@ -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>
|
||||
|
|
1
profile
1
profile
|
@ -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 $@"
|
||||
|
|
Loading…
Reference in a new issue