From 0135dddae89ae07b6ee1543beb1b4c282888eaff Mon Sep 17 00:00:00 2001 From: Jon Lewis Date: Sun, 1 May 2016 20:49:35 -0500 Subject: [PATCH] Changed store location from .config/sns to .local/sns Bumped version to 2.0a11 --- header.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/header.sh b/header.sh index c9d0fd2..a2a87a9 100644 --- a/header.sh +++ b/header.sh @@ -1,5 +1,5 @@ PROD_STR="Simple Note System" -VER_STR="v2.0a10" +VER_STR="v2.0a11" YEAR=2016 cat << EOF @@ -27,7 +27,7 @@ if [ -z "\$HOME" ]; then HOME=/home/"\$(whoami)"; fi # Store files and locations readonly PROD_STR="$PROD_STR" readonly VER_STR="$VER_STR" -readonly ROOT_DIR="\$HOME"/.config/sns +readonly ROOT_DIR="\$HOME"/.local/sns readonly NOTES_DIR="\$ROOT_DIR"/notes readonly TMP_DIR="\$ROOT_DIR"/tmp readonly CONFIG_FILE="\$ROOT_DIR/sns.conf"