[zsh] Update shell init: rc
This commit is contained in:
parent
b09d523218
commit
c30b46a88b
26 changed files with 479 additions and 462 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