๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere

bsky: fix auth not being skipped

ducky.ws 7a762774 eee3d2ea

Waiting for spindle ...
+2 -1
+2 -1
src/commands/auth.sh
··· 17 17 if [[ -z $override_username ]] && [[ $_is_sourced == 0 ]]; then 18 18 # NOTE: Speeds things up a little if the user is overriding actor 19 19 # Keep this in-sync with the main case in `../entry.sh`! 20 - if [[ $_command == "bsky" && -n "${_command_args[1]}" ]] ||\ 20 + 21 + if [[ $_command == "bsky" && -n "${_command_args[0]}" ]] ||\ 21 22 [[ $_command == "cat" && -n "${_command_args[1]}" ]] ||\ 22 23 [[ $_command == "fetch" && -n "${_command_args[1]}" ]] ||\ 23 24 [[ $_command == "fetch-crypt" && -n "${_command_args[1]}" ]] ||\