aliases for jira and calendar

This commit is contained in:
Morgan Wattiez
2019-03-01 09:28:18 +01:00
parent 0f0796d130
commit f04d7b04c1
2 changed files with 5 additions and 1 deletions

View File

@ -22,3 +22,6 @@ function tooling() {
function issues() {
jira jql "status = Open AND text ~ \"$*\" ORDER BY Created DESC"
}
function calendar() {
open -na "Google Chrome" --args "https://calendar.google.com/calendar/r?tab=mc"
}