diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-25 18:13:25 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-25 18:13:25 +0200 |
commit | ad9a652748a364565001a0aee0a20596526ba6d2 (patch) | |
tree | 8f52dd87667651057fd920a0460ad23219e84f70 /modules/home/conf | |
parent | fix(yambar): Correctly specify the `yambar-{cpu,memory}` binaries (diff) | |
download | nixos-config-ad9a652748a364565001a0aee0a20596526ba6d2.tar.gz nixos-config-ad9a652748a364565001a0aee0a20596526ba6d2.zip |
chore(version): v1.38.0
Diffstat (limited to 'modules/home/conf')
-rw-r--r-- | modules/home/conf/git/aliases.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/home/conf/git/aliases.nix b/modules/home/conf/git/aliases.nix index a9536e9a..15bf613d 100644 --- a/modules/home/conf/git/aliases.nix +++ b/modules/home/conf/git/aliases.nix @@ -1,4 +1,7 @@ -{lib, config}: { +{ + lib, + config, +}: { cmr = "commit --file .git/COMMIT_EDITMSG --edit --verbose"; st = "status"; |