using .local/share

This commit is contained in:
KeeganForelight 2023-01-13 14:03:42 -05:00
parent 938e869045
commit d99abaed6a
3 changed files with 1 additions and 6 deletions

2
bb
View File

@ -22,7 +22,7 @@ EOF
# setting up vars
TIMEOUT=60 # interval we request bike information at (s)
WORKING_DIR="$HOME/.local/bluebikes"
WORKING_DIR="$HOME/.local/share/bluebikes"
DATA_DIR="$WORKING_DIR/.data"
ALIAS_FILE="$WORKING_DIR/aliases.json"
STATION_FILE="$DATA_DIR/.station"

View File

@ -1,2 +0,0 @@
STATIONID=413
STATION_NAME="Kennedy-Longfellow School 158 Spring St"

View File

@ -1,3 +0,0 @@
{
"413": "Longfellow"
}