[zsh] Rename darwin-icloud-drive-path to remove underscores
This commit is contained in:
parent
92418f9ec9
commit
ba04ffe644
2 changed files with 3 additions and 3 deletions
9
zsh/func/darwin-icloud-drive-path
Normal file
9
zsh/func/darwin-icloud-drive-path
Normal 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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue