dotfiles/fish.configlink/functions/awstools.fish

9 lines
234 B
Fish
Raw Normal View History

2020-07-27 17:00:26 +00:00
#!/usr/bin/local/fish
2020-11-15 01:56:48 +00:00
function awstools --description "AWS bindings"
2020-07-27 17:00:26 +00:00
function unsetaws --description "Clear AWS credentials environment variables"
set -e AWS_ACCESS_KEY_ID
set -e AWS_SECRET_ACCESS_KEY
end
end