[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
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
# Eryn Wells <eryn@erynwells.me>
|
# Eryn Wells <eryn@erynwells.me>
|
||||||
|
|
||||||
function darwin_icloud_drive_path
|
function darwin-icloud-drive-path
|
||||||
{
|
{
|
||||||
echo "$HOME/Library/Mobile Documents/com~apple~CloudDocs"
|
echo "$HOME/Library/Mobile Documents/com~apple~CloudDocs"
|
||||||
}
|
}
|
||||||
|
|
||||||
darwin_icloud_drive_path "$@"
|
darwin-icloud-drive-path "$@"
|
|
@ -25,7 +25,7 @@ alias glass="afplay $sounds/Glass.aiff"
|
||||||
alias funk="afplay $sounds/Funk.aiff"
|
alias funk="afplay $sounds/Funk.aiff"
|
||||||
|
|
||||||
autoload -Uz darwin_init_once
|
autoload -Uz darwin_init_once
|
||||||
autoload -Uz darwin_icloud_drive_path
|
autoload -Uz darwin-icloud-drive-path
|
||||||
autoload -Uz darwin_configure_screenshots_directory
|
autoload -Uz darwin_configure_screenshots_directory
|
||||||
|
|
||||||
# Open a file or folder in Finder.
|
# Open a file or folder in Finder.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue