tutorial_de_fish_autocompletado_al_vuelo_fish_te_sugerira_nombres_y_comandos_mientras_los_introduces._por_ejemplo_suponiendo_que_tienes_un_fichero_llamado_prueba.txt_en_tu_directorio_home_simplemente_puedes_tipear:code_bash_nano_pr_code_...y_fish_intentara_completarlo_a_prueba.txt_automaticamente._variables_de_ambiente_a_diferencia_de_otros_interpretes_al_exportar_variables_fish_no_emplea_el_comando_export_._fish_utiliza_directamente_el_comando_set_._para_exportar_una_variable_suponiendo_que_el_nombre_de_la_variable_es_var_y_su_valor_es_val_debes_ejecutar_code_bash_set_-x_variable_valor_code_si_deseas_ver_el_valor_de_variable_ingresa:code_bash_env