alacritty: font size adjustment

This commit is contained in:
PowerUser64 2021-10-24 11:43:22 -07:00
parent 6d9dc4b6ec
commit 4509bb2abb
2 changed files with 7 additions and 2 deletions

View file

@ -38,7 +38,7 @@ font:
italic:
family: Sauce Code Pro NF
size: 17
size: 14
offset:
x: 0

View file

@ -9,7 +9,12 @@
name = PowerUser64
[alias]
tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg = !"git tree"
lg = tree
sub = submodule
s = status
p = push
ca = commit -a
cam = commit --amend
caa = commit -a --amend
# vim:noet