home: fix alias for w17 door buzzer
This commit is contained in:
parent
e053f03f80
commit
42be1e8128
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue