cat Nr. 3

This commit is contained in:
Rouven Seifert 2023-03-18 23:11:46 +01:00
parent e179c90068
commit 6734a071ba
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 15 additions and 13 deletions

View file

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