Skip to content

Commit

Permalink
fear: Add iCloud Drive link
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Mar 19, 2024
1 parent 8e631cf commit b91145b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/vrsjmp.ll
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
# apps - nonpersonal
(if (not? (is_personal?))
(list (make_item "Linear" '(open_app "Linear"))
(make_item "Notion" '(open_app "Notion")))
(make_item "Notion" '(open_app "Notion"))
(make_item "iCloud Drive - SAI" '(open_file "~/Library/Mobile\ Documents/com\~apple\~CloudDocs/Software\ Applications\ Incorporated")))
'())

# misc
Expand Down

0 comments on commit b91145b

Please sign in to comment.