added cheetah alias

This commit is contained in:
Forestcat 2023-12-26 14:47:13 +01:00
parent 2a19bef592
commit 22e9304293

View file

@ -69,6 +69,7 @@
enable = true; enable = true;
shellAliases = { shellAliases = {
ll = "ls -l"; ll = "ls -l";
cheetah = "curl -d 'Lena: Done ' https://ntfy.forestcat.org/cheetah";
}; };
}; };