| Commit message (Collapse) | Author |
|
From now on all modules should be added to the new `by-name` directory.
This should help remove the (superficial and utterly useless)
distinction between `home-manager` and `NixOS` modules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/hm/soispha/conf/git/default.nix b/hm/soispha/conf/git/default.nix
index e6c4c01..728e40d 100644
--- a/hm/soispha/conf/git/default.nix
+++ b/hm/soispha/conf/git/default.nix
@@ -7,6 +7,8 @@ in {
#package = pkgs.gitAndTools.gitFull; # TODO: for git send-email support
aliases = {
cm = "commit --verbose";
+ cmr = "commit --file .git/COMMIT_EDITMSG --edit --verbose";
+
st = "status";
ds = "diff --staged";
|
|
|
|
|
|
|
|
It is very common, that I'm in a situation with bad contrast on the
laptop screen (for example when in direct sunlight). To remedy the fact,
that I can't see the colours in these situations, the plus and minus
marks were added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There are no keys installed, so committing becomes impossible. This is
supposed to be activated later.
|
|
|
|
|
|
|
|
|
|
|