add hub
This commit is contained in:
parent
714dfa2b09
commit
f7b5649780
2 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
||||||
insteadOf = [ "https://github.com/" "gh:" "github:" ];
|
insteadOf = [ "https://github.com/" "gh:" "github:" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
hub.protocol = "ssh";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ let
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
git
|
git
|
||||||
|
hub
|
||||||
(nnn.override { withNerdIcons = true; })
|
(nnn.override { withNerdIcons = true; })
|
||||||
fzf
|
fzf
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
Loading…
Reference in a new issue