Skip to content

Commit f7fd9b8

Browse files
committed
Typo
1 parent fdda490 commit f7fd9b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/home-manager/common.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,6 @@
214214
alias = {
215215
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";
216216
};
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-
};
223217
color = {
224218
ui = true;
225219
};

0 commit comments

Comments
 (0)