diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2025-08-23 10:34:55 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2025-08-23 10:34:55 +0200 |
| commit | eb7c55e9dc97524cca7c5b6a268cd66af147b12e (patch) | |
| tree | 42b6b1a063547f4cc82530b76f46bd7811c9f027 /git/.gitconfig | |
| parent | 04673a4d56f05ff14b32941ae37e6261e1ada777 (diff) | |
| download | dotfiles-eb7c55e9dc97524cca7c5b6a268cd66af147b12e.tar.gz dotfiles-eb7c55e9dc97524cca7c5b6a268cd66af147b12e.zip | |
feat: improve shell experience with vi-mode
Diffstat (limited to 'git/.gitconfig')
| -rw-r--r-- | git/.gitconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 017cd90..7e5bd8d 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -59,9 +59,11 @@ user = simenandre [pull] rebase = true + rebase = true + +[url "ssh://git@github.com/"] + insteadOf = https://github.com/ -[url "git@github.com:"] - insteadOf = https://github.com/ [gpg "ssh"] program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign [commit] |
