nix update and comment out forcing git protocol for git config

This commit is contained in:
Salar Rahmanian 2023-06-11 14:09:46 -07:00
parent 5819915e4e
commit 595e21ea92
4 changed files with 20 additions and 20 deletions

View file

@ -1,5 +1,5 @@
[
./git
./tmux
# ./wezterm
./wezterm
]

View file

@ -19,11 +19,11 @@ let
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\"";
prompt = false;
};
url = {
"git@github.com:" = {
insteadOf = "https://github.com/";
};
};
# url = {
# "git@github.com:" = {
# insteadOf = "https://github.com/";
# };
# };
fetch.prune = true;
pull = {
rebase = true;