[zsh] add darwin-icloud-drive-path
This commit is contained in:
parent
c7b614da8f
commit
0f4fc091c9
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ alias glass="afplay $SOUNDSDIR/Glass.aiff"
|
|||
alias funk="afplay $SOUNDSDIR/Funk.aiff"
|
||||
unset SOUNDSDIR
|
||||
|
||||
function darwin-icloud-drive-path
|
||||
{
|
||||
return "$HOME/Library/Mobile\ Documents/com\~apple\~CloudDocs"
|
||||
}
|
||||
|
||||
function init-macos
|
||||
{
|
||||
# Dim dock icons of apps that have been hidden.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue