updated for new location of email addrs and calendar items.
[feisty_meow.git] / examples / custom_overrides / fred / fred_variables.sh
index 7305ddff7d5ebd1f9cc27061c824f8d25d5333a6..dfa4023f05d05e0f5e4dd0560d8f2f2f7b85e8af 100644 (file)
@@ -7,6 +7,10 @@ if [ -z "$NETHACKOPTIONS" ]; then
   # The quartz directory has *really* personalized items.
   export QUARTZDIR=$HOME/quartz
 
+  # The cloud directory is our new repository that's always available.  It serves as our
+  # personal cloud for data.
+  export CLOUD_DIR=$HOME/cloud
+
   # The gruntose web site is expected to reside below, if it exists at all.
   export WEB_DIR=$HOME/web
   if [ "$(hostname)" = "zooty.koeritz.com" ]; then