mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
feat(zsh): add alias gs for git status
This commit is contained in:
parent
6d64f0b478
commit
2650110613
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
update = "sudo nixos-rebuild switch --flake /home/toast/nix-config";
|
update = "sudo nixos-rebuild switch --flake /home/toast/nix-config";
|
||||||
|
gs = "git status";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue