mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: minor typos
This commit is contained in:
parent
5f6012faf1
commit
8643cd718a
4 changed files with 9 additions and 12 deletions
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{lib, ...}: {
|
||||
programs.gitui.enable = true;
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
@ -20,7 +16,7 @@
|
|||
};
|
||||
aliases = {
|
||||
unstash = "stash pop";
|
||||
s = status;
|
||||
s = "status";
|
||||
tags = "tag -l";
|
||||
t = "tag -s -m ''";
|
||||
ci = "commit -v -S";
|
||||
|
@ -33,6 +29,6 @@
|
|||
gs = "git status";
|
||||
ga = "git add";
|
||||
gc = "git commit -v -S";
|
||||
gca = "${gci} --amend";
|
||||
gca = "${gc} --amend";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue