(command.CommandList
  children: [
    (command.If
      arms: [
        (if_arm
          cond: [
            (command.Sentence
              child: 
                (C {(Lit_Other '[')} 
                  {
                    (DQ 
                      (word_part.BracedVarSub
                        token: <VSub_Name BASH_SOURCE>
                        bracket_op: 
                          (bracket_op.ArrayIndex
                            expr: (arith_expr.ArithWord w:{(Lit_Digits 0)})
                          )
                      )
                    )
                  } {(KW_Bang '!') (Lit_Other '=')} {(DQ )} {(Lit_Other ']')}
                )
              terminator: <Op_Semi ';'>
            )
          ]
          action: [
            (command.Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (lhs_expr.LhsName name:current_script_path)
                  op: Equal
                  rhs: 
                    {
                      (DQ 
                        (word_part.BracedVarSub
                          token: <VSub_Name BASH_SOURCE>
                          bracket_op: 
                            (bracket_op.ArrayIndex
                              expr: (arith_expr.ArithWord w:{(Lit_Digits 0)})
                            )
                        )
                      )
                    }
                )
              ]
            )
          ]
        )
      ]
      else_action: [
        (command.Assignment
          keyword: Assign_None
          pairs: [
            (assign_pair
              lhs: (lhs_expr.LhsName name:current_script_path)
              op: Equal
              rhs: {(DQ ($ VSub_Number '$0'))}
            )
          ]
        )
      ]
    )
    (C {(export)} {(ASDF_DIR)})
    (command.Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (lhs_expr.LhsName name:ASDF_DIR)
          op: Equal
          rhs: 
            {
              (DQ 
                (word_part.CommandSubPart
                  command_list: 
                    (command.CommandList
                      children: [
                        (command.Sentence
                          child: 
                            (command.AndOr
                              ops: [Op_DPipe]
                              children: [
                                (command.SimpleCommand
                                  words: [
                                    {(cd)}
                                    {
                                      (DQ 
                                        (word_part.CommandSubPart
                                          command_list: 
                                            (command.CommandList
                                              children: [
                                                (C {(dirname)} 
                                                  {(DQ ($ VSub_DollarName '$current_script_path'))}
                                                )
                                              ]
                                            )
                                          left_token: <Left_CommandSub '$('>
                                        )
                                      )
                                    }
                                  ]
                                  redirects: [
                                    (redir.Redir
                                      op: <Redir_AndGreat '&>'>
                                      fd: 16777215
                                      arg_word: {(/dev/null)}
                                    )
                                  ]
                                )
                                (command.ControlFlow
                                  token: <ControlFlow_Exit exit>
                                  arg_word: {(1)}
                                )
                              ]
                            )
                          terminator: <Op_Semi ';'>
                        )
                        (C {(pwd)})
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                )
              )
            }
        )
      ]
    )
    (C {(export)} 
      {(Lit_VarLike 'PATH=') 
        (DQ (${ VSub_Name ASDF_DIR) ('/bin:') (${ VSub_Name ASDF_DIR) ('/shims:') 
          ($ VSub_DollarName '$PATH')
        )
      }
    )
    (command.If
      arms: [
        (if_arm
          cond: [
            (command.Sentence
              child: 
                (C {(Lit_Other '[')} {(-n)} {(DQ ($ VSub_DollarName '$ZSH_VERSION'))} {(Lit_Other ']')})
              terminator: <Op_Semi ';'>
            )
          ]
          action: [(C {(autoload)} {(-U)} {(bashcompinit)}) (C {(bashcompinit)})]
        )
      ]
    )
  ]
)