[zsh] Move func/ directory to zsh/functions
This commit is contained in:
parent
91da2fc583
commit
7c08c5131f
53 changed files with 1 additions and 1 deletions
9
zsh/functions/darwin-icloud-drive-path
Normal file
9
zsh/functions/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