export a variable for the icloud folder
This commit is contained in:
parent
76de776416
commit
675b0115ca
1 changed files with 5 additions and 1 deletions
4
zshrc
4
zshrc
|
|
@ -79,6 +79,10 @@ if [[ -r "$ZDOTDIR/zlocal" ]]; then
|
||||||
source "$ZDOTDIR/zlocal"
|
source "$ZDOTDIR/zlocal"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -d ~/Library/Mobile\ Documents/com\~apple\~CloudDocs ]]; then
|
||||||
|
export icloud=~/Library/Mobile\ Documents/com\~apple\~CloudDocs
|
||||||
|
fi
|
||||||
|
|
||||||
# 4. Shell Options
|
# 4. Shell Options
|
||||||
# ================
|
# ================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue