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

6
zshrc
View file

@ -76,7 +76,11 @@ if mac; then
fi fi
if [[ -r "$ZDOTDIR/zlocal" ]]; then if [[ -r "$ZDOTDIR/zlocal" ]]; then
source "$ZDOTDIR/zlocal" source "$ZDOTDIR/zlocal"
fi
if [[ -d ~/Library/Mobile\ Documents/com\~apple\~CloudDocs ]]; then
export icloud=~/Library/Mobile\ Documents/com\~apple\~CloudDocs
fi fi
# 4. Shell Options # 4. Shell Options