feat: add alias for nix flake update nfu
This commit is contained in:
parent
3314dbaa9c
commit
7089a2c05a
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -204,6 +204,7 @@
|
|||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
"nfu" = "nix flake update";
|
||||
"c" = "claude";
|
||||
"." = "z ..";
|
||||
".." = "z ..";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue