diff --git a/configs/.gitconfig b/configs/.gitconfig index a875c56..8fd7861 100644 --- a/configs/.gitconfig +++ b/configs/.gitconfig @@ -61,6 +61,7 @@ pa = pull --all c = commit aa = add . + s = status rebase-ch-i = rebase --reapply-cherry-picks -i [filter "lfs"] diff --git a/configs/ssh/config b/configs/ssh/config index dc579e2..33d88ae 100644 --- a/configs/ssh/config +++ b/configs/ssh/config @@ -1,7 +1,7 @@ # vim: nospell # Global Rules Host * !*.github.com !github.com - IdentityFile %d/.ssh/id_ed25519_sk_rk_yk20572395 + # IdentityFile %d/.ssh/id_ed25519_sk_rk_yk20572395 IdentityFile %d/.ssh/id_ed25519 IdentityFile %d/.ssh/id_rsa