added cheetah alias
This commit is contained in:
parent
2a19bef592
commit
22e9304293
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -69,6 +69,7 @@
|
|||
enable = true;
|
||||
shellAliases = {
|
||||
ll = "ls -l";
|
||||
cheetah = "curl -d 'Lena: Done ✓' https://ntfy.forestcat.org/cheetah";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue