alacritty: font size adjustment
This commit is contained in:
parent
6d9dc4b6ec
commit
4509bb2abb
2 changed files with 7 additions and 2 deletions
|
@ -38,7 +38,7 @@ font:
|
|||
italic:
|
||||
family: Sauce Code Pro NF
|
||||
|
||||
size: 17
|
||||
size: 14
|
||||
|
||||
offset:
|
||||
x: 0
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue