Add aws login function to fish
This commit is contained in:
1
config/fish/config.fish
Normal file
1
config/fish/config.fish
Normal file
@ -0,0 +1 @@
|
||||
status --is-interactive; and source (pyenv init -|psub)
|
||||
3
config/fish/functions/el8aws.fish
Normal file
3
config/fish/functions/el8aws.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function el8aws
|
||||
eval $(aws ecr get-login --no-include-email --region us-west-1)
|
||||
end
|
||||
Reference in New Issue
Block a user