Disable AWS CLI pager output

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2022-12-15 13:17:00 +00:00
parent 9d4ee4e95b
commit 5d22f6edc9
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ export VISUAL='code'
export GPG_TTY=$(tty)
# AWS
export AWS_PAGER=""
if [ -f ~/.aws/profile ]; then
export AWS_PROFILE=$(cat ~/.aws/profile)
export AWS_DEFAULT_REGION=eu-west-1