Skip to content

bashrc function not exporting vars #11

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 "$@")
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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