new aliases for favorite links

This commit is contained in:
Morgan Wattiez 2019-07-18 12:03:52 +02:00
parent cefb24003b
commit 13f5a1244b

View File

@ -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"
}