Disable AWS CLI pager output
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
9d4ee4e95b
commit
5d22f6edc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user