export a variable for the icloud folder

This commit is contained in:
Sami Samhuri 2017-09-04 14:37:16 -07:00
parent 76de776416
commit 675b0115ca
No known key found for this signature in database
GPG key ID: F76F41F04D99808F

4
zshrc
View file

@ -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
# ================ # ================