# HG changeset patch # User Jeff Hammel # Date 1663079970 25200 # Node ID 390dccbc8d83b710c92d4c450a63980927fd5b95 # Parent 7ba1f770598ceaa770c073fabb2b629439588cff comment out broken aws credentials magics diff -r 7ba1f770598c -r 390dccbc8d83 .bashrc --- a/.bashrc Tue Aug 16 11:54:42 2022 -0700 +++ b/.bashrc Tue Sep 13 07:39:30 2022 -0700 @@ -641,10 +641,11 @@ fi ### AWS credentials -if [[ -f "${HOME}/.aws/credentials" ]] -then - eval $(awk 'NR != 1 { print "export", toupper($1) "=" $3 }' ~/.aws/credentials) -fi +# XXX This only works with a credentials file with a single entry +# if [[ -f "${HOME}/.aws/credentials" ]] +# then +# eval $(awk 'NR != 1 { print "export", toupper($1) "=" $3 }' ~/.aws/credentials) +# fi if type -P xmodmap >> /dev/null && [[ -e "${HOME}/capslock" ]] then