Skip to content

bashrc function not exporting vars #11

@pjoe

Description

@pjoe

I think the vars are being set in a subshell, try this instead:

aws-sso-cli() {
  while read -r line; do
    if [[ $line =~ ^export ]]; then
      eval $line
    fi
  done < <(command aws-sso-cli "$@")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions