Add aws login function to fish

This commit is contained in:
Colin Powell
2018-12-07 13:25:37 -05:00
parent 90a57692d0
commit 4f76de55fb
2 changed files with 4 additions and 0 deletions

1
config/fish/config.fish Normal file
View File

@ -0,0 +1 @@
status --is-interactive; and source (pyenv init -|psub)

View File

@ -0,0 +1,3 @@
function el8aws
eval $(aws ecr get-login --no-include-email --region us-west-1)
end