Changed store location from .config/sns to .local/sns
Bumped version to 2.0a11
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user