one more is ok

This commit is contained in:
Rouven Seifert 2023-03-18 23:18:23 +01:00
parent 6734a071ba
commit 01a08a0d11
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 2 additions and 0 deletions

1
images/cat-garbage.sixel Normal file

File diff suppressed because one or more lines are too long

View file

@ -10,6 +10,7 @@
la = "ls -a"; la = "ls -a";
"switch" = "sudo nixos-rebuild switch && cat ${../../../../images/another-cat-2.sixel}"; "switch" = "sudo nixos-rebuild switch && cat ${../../../../images/another-cat-2.sixel}";
"update" = "cd /etc/nixos && nix flake update && cat ${../../../../images/another-cat.sixel}"; "update" = "cd /etc/nixos && nix flake update && cat ${../../../../images/another-cat.sixel}";
"garbage" = "sudo nix-collect-garbage -d && cat ${../../../../images/cat-garbage.sixel}";
}; };
history = { history = {
size = 10000; size = 10000;