···1717 if [[ -z $override_username ]] && [[ $_is_sourced == 0 ]]; then
1818 # NOTE: Speeds things up a little if the user is overriding actor
1919 # Keep this in-sync with the main case in `../entry.sh`!
2020- if [[ $_command == "bsky" && -n "${_command_args[1]}" ]] ||\
2020+2121+ if [[ $_command == "bsky" && -n "${_command_args[0]}" ]] ||\
2122 [[ $_command == "cat" && -n "${_command_args[1]}" ]] ||\
2223 [[ $_command == "fetch" && -n "${_command_args[1]}" ]] ||\
2324 [[ $_command == "fetch-crypt" && -n "${_command_args[1]}" ]] ||\