diff --git a/dot_zsh_functions b/dot_zsh_functions index ba21576..0fa83c6 100644 --- a/dot_zsh_functions +++ b/dot_zsh_functions @@ -28,3 +28,12 @@ function calendar() { function asana() { open -na "Google Chrome" --args "https://app.asana.com" } +function bookmarks() { + open -na "Google Chrome" --args "https://github.com/MorganGeek/bookmarks/blob/master/README.md" +} +function spotify() { + open -na "Google Chrome" --args "https://open.spotify.com/search/results/$*" +} +function lob() { + open -na "Google Chrome" --args "https://lobste.rs" +}