diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 0409627..5a37d1f 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -38,7 +38,7 @@ font: italic: family: Sauce Code Pro NF - size: 17 + size: 14 offset: x: 0 diff --git a/.gitconfig b/.gitconfig index b277df1..e5e610a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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