We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdda490 commit f7fd9b8Copy full SHA for f7fd9b8
modules/home-manager/common.nix
@@ -214,12 +214,6 @@
214
alias = {
215
prettylog = "log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all";
216
};
217
- core = {
218
- # If git uses `ssh` from Nix the macOS-specific configuration in
219
- # `~/.ssh/config` won't be seen as valid
220
- # https://github.com/NixOS/nixpkgs/issues/15686#issuecomment-865928923
221
- sshCommand = "/usr/bin/ssh";
222
- };
223
color = {
224
ui = true;
225
0 commit comments