Use difftastic for git and add git lg alias
This commit is contained in:
parent
bb6c5f39cc
commit
1a593cb3b9
@ -106,10 +106,14 @@
|
||||
userName = "Jacob Hinkle";
|
||||
userEmail = "jacob.hinkle@jhink.org";
|
||||
lfs.enable = true;
|
||||
delta.enable = true;
|
||||
difftastic = {
|
||||
enable = true;
|
||||
background = "dark";
|
||||
};
|
||||
aliases = {
|
||||
s = "status";
|
||||
ci = "commit";
|
||||
lg = "log --pretty=format:\"%C(magenta)%h%Creset -%C(red)%d%Creset %s %C(dim green)(%cr) [%an]\" --abbrev-commit -30";
|
||||
s = "status";
|
||||
};
|
||||
};
|
||||
htop.enable = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user