home: Added alias for summer@door

This commit is contained in:
fleaz 2023-01-17 18:50:40 +01:00
parent c49674d35f
commit bd053e9063

View file

@ -145,6 +145,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";
};
};