(command.CommandList
  children: [
    (command.If
      arms: [
        (if_arm
          cond: 
            (condition.Shell
              commands: [
                (command.Sentence
                  child: 
                    (C {<Id.Lit_LBracket '['>} 
                      {
                        (DQ 
                          (braced_var_sub
                            token: <Id.VSub_Name BASH_SOURCE>
                            bracket_op: (bracket_op.ArrayIndex expr:{<Id.Lit_Digits 0>})
                          )
                        )
                      } {<Id.KW_Bang '!'> <Id.Lit_Equals '='>} {(DQ )} {<Id.Lit_RBracket ']'>}
                    )
                  terminator: <Id.Op_Semi _>
                )
              ]
            )
          action: [
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:current_script_path)
                  op: assign_op.Equal
                  rhs: 
                    {
                      (DQ 
                        (braced_var_sub
                          token: <Id.VSub_Name BASH_SOURCE>
                          bracket_op: (bracket_op.ArrayIndex expr:{<Id.Lit_Digits 0>})
                        )
                      )
                    }
                  spids: [29]
                )
              ]
            )
          ]
          spids: [4 26]
        )
      ]
      else_action: [
        (command.ShAssignment
          pairs: [
            (assign_pair
              lhs: (sh_lhs_expr.Name name:current_script_path)
              op: assign_op.Equal
              rhs: {(DQ ($ Id.VSub_Number '$0'))}
              spids: [42]
            )
          ]
        )
      ]
    )
    (C {<export>} {<ASDF_DIR>})
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:ASDF_DIR)
          op: assign_op.Equal
          rhs: 
            {
              (DQ 
                (command_sub
                  left_token: <Id.Left_DollarParen '$('>
                  child: 
                    (command.CommandList
                      children: [
                        (command.Sentence
                          child: 
                            (command.AndOr
                              ops: [Id.Op_DPipe]
                              children: [
                                (command.Simple
                                  words: [
                                    {<cd>}
                                    {
                                      (DQ 
                                        (command_sub
                                          left_token: <Id.Left_DollarParen '$('>
                                          child: 
                                            (C {<dirname>} 
                                              {(DQ ($ Id.VSub_DollarName '$current_script_path'))}
                                            )
                                        )
                                      )
                                    }
                                  ]
                                  redirects: [
                                    (redir
                                      op: <Id.Redir_AndGreat '&>'>
                                      loc: (redir_loc.Fd fd:1)
                                      arg: {<'/dev/null'>}
                                    )
                                  ]
                                  do_fork: T
                                )
                                (command.ControlFlow
                                  token: <Id.ControlFlow_Exit exit>
                                  arg_word: {<1>}
                                )
                              ]
                            )
                          terminator: <Id.Op_Semi _>
                        )
                        (C {<pwd>})
                      ]
                    )
                )
              )
            }
          spids: [54]
        )
      ]
    )
    (C {<export>} 
      {<Id.Lit_VarLike 'PATH='> 
        (DQ (${ Id.VSub_Name ASDF_DIR) <'/bin:'> (${ Id.VSub_Name ASDF_DIR) <'/shims:'> 
          ($ Id.VSub_DollarName '$PATH')
        )
      }
    )
    (command.If
      arms: [
        (if_arm
          cond: 
            (condition.Shell
              commands: [
                (command.Sentence
                  child: 
                    (C {<Id.Lit_LBracket '['>} {<-n>} {(DQ ($ Id.VSub_DollarName '$ZSH_VERSION'))} 
                      {<Id.Lit_RBracket ']'>}
                    )
                  terminator: <Id.Op_Semi _>
                )
              ]
            )
          action: [(C {<autoload>} {<-U>} {<bashcompinit>}) (C {<bashcompinit>})]
          spids: [100 113]
        )
      ]
    )
  ]
)