mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nix: flake update
This commit is contained in:
parent
ab78b70605
commit
1edd52f851
3 changed files with 13 additions and 15 deletions
|
@ -23,9 +23,8 @@
|
|||
ll = "ls -la";
|
||||
la = "ls -a";
|
||||
less = "bat";
|
||||
# update = "cd /etc/nixos && nix flake update && cat ${../images/another-cat.sixel}";
|
||||
update = "cd /etc/nixos && nix flake update";
|
||||
garbage = "sudo nix-collect-garbage -d && cat ${../images/cat-garbage.sixel}";
|
||||
garbage = "sudo nix-collect-garbage -d";
|
||||
};
|
||||
histSize = 100000;
|
||||
histFile = "~/.local/share/zsh/history";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue