mirror of
https://github.com/softinio/nix-config.git
synced 2025-08-31 23:06:40 -07:00
nix update and comment out forcing git protocol for git config
This commit is contained in:
parent
5819915e4e
commit
595e21ea92
4 changed files with 20 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
[
|
||||
./git
|
||||
./tmux
|
||||
# ./wezterm
|
||||
./wezterm
|
||||
]
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue