Compare commits
No commits in common. "a31ea245774fd661902b06c36857f962a262a228" and "510b51bc9c87ff88c6387df00c1de9b65015a656" have entirely different histories.
a31ea24577
...
510b51bc9c
2 changed files with 0 additions and 21 deletions
|
@ -37,24 +37,4 @@
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>-->
|
</alias>-->
|
||||||
<dir>~/.fonts</dir>
|
<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>
|
</fontconfig>
|
||||||
|
|
1
profile
1
profile
|
@ -18,7 +18,6 @@ source $HOME/.profile.private
|
||||||
# Let's keep $HOME clean
|
# Let's keep $HOME clean
|
||||||
LESSHISTFILE=-
|
LESSHISTFILE=-
|
||||||
|
|
||||||
alias ccat="highlight -O ansi $@"
|
|
||||||
alias ls="ls -h --color=auto"
|
alias ls="ls -h --color=auto"
|
||||||
alias myip="curl https://ifconfig.co"
|
alias myip="curl https://ifconfig.co"
|
||||||
alias vim="nvim $@"
|
alias vim="nvim $@"
|
||||||
|
|
Loading…
Reference in a new issue