diff --git a/time_fuckery.sh b/time_fuckery.sh index 083f01a..5914b93 100644 --- a/time_fuckery.sh +++ b/time_fuckery.sh @@ -556,6 +556,14 @@ echo -e "\n\nPrecision Timekeeping Fuckery :3\n\n" if [[ "$1" =~ "test" ]]; then test exit 0 +elif [[ "$1" =~ "^[rR]{1}" ]]; then + if [ -z "$2" ]; then + default_conf=$git_dir/conf-level-info + else + default_conf=$git_dir/$2 + fi + + reconfigure_full $default_conf fi # do the suto thinggg