home: fix alias for w17 door buzzer

This commit is contained in:
fleaz 2023-05-07 19:03:31 +02:00
parent e053f03f80
commit 42be1e8128

View file

@ -155,7 +155,7 @@ in
shellAliases = {
"dl" = "ls -lhtr --color=always ~/Downloads | tail -n 10"; # Show the 10 newest Downloads
"notes" = "vim ~/codemonauts/notes.md"; # Open my work notes
"summer" = "ssh -i Nextcloud/Privat/id_door door@door.w17.io summer";
"buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.w17.io buzzer";
};
};