home: Add 'notes' alias for worknotes

This commit is contained in:
fleaz 2023-01-13 11:57:47 +01:00
parent 5c393b3e4a
commit 37ace656a2
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -144,6 +144,7 @@ in
}; };
shellAliases = { shellAliases = {
"dl" = "ls -lhtr --color=always ~/Downloads | tail -n 10"; # Show the 10 newest Downloads "dl" = "ls -lhtr --color=always ~/Downloads | tail -n 10"; # Show the 10 newest Downloads
"notes" = "vim ~/codemonauts/notes.md"; # Open my work notes
}; };
}; };