chore: cleanup and fixes

This commit is contained in:
2024-07-23 05:09:30 +03:00
parent e8fe5c570b
commit 28aae89f70
6 changed files with 12 additions and 14 deletions

View File

@@ -42,7 +42,6 @@ main()
fi
check_command "$1"
return 0
}
main "$@"

View File

@@ -93,6 +93,5 @@ config_msg "VERBOSE=1" "Verbose mode enabled"
config_msg "HOST" "$CONFIG_HOST"
load_config_files "$(config_file_path "exports")"
load_config_files "$(config_file_path "functions")"
load_config_files "$(config_file_path "alias")"
exit 0