You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close #1: Update NAVITA_DATA_DIR default to use XDG_STATE_HOME over XDG_DATA_HOME
# To move previous data files from previous/old data directory to the new data directory# and remove the Navita's previous/old data directory
mv path/to/old/data/dir/navita/*$NAVITA_DATA_DIR/.
mv path/to/old/data/dir/navita/.*$NAVITA_DATA_DIR/.
rmdir path/to/old/data/dir/navita
Fix #2: In Zsh, the >> operator prevents creation of the ignore file.
Override noclobber option when redirecting output to files.