add shortcut to asana

This commit is contained in:
Morgan Wattiez 2019-03-01 09:51:19 +01:00
parent cc507a6e88
commit 05dac21cd2

View File

@ -25,3 +25,6 @@ function issues() {
function calendar() {
open -na "Google Chrome" --args "https://calendar.google.com/calendar/r?tab=mc"
}
function asana() {
open -na "Google Chrome" --args "https://app.asana.com"
}