[zsh] Rename darwin-icloud-drive-path to remove underscores

This commit is contained in:
Eryn Wells 2024-06-25 10:02:59 -07:00
parent 92418f9ec9
commit ba04ffe644
2 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,9 @@
#!/usr/bin/env zsh
# Eryn Wells <eryn@erynwells.me>
function darwin-icloud-drive-path
{
echo "$HOME/Library/Mobile Documents/com~apple~CloudDocs"
}
darwin-icloud-drive-path "$@"