diff --git a/dot_zsh_functions b/dot_zsh_functions index fd7efee..ba21576 100644 --- a/dot_zsh_functions +++ b/dot_zsh_functions @@ -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" +}