Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: config file #4

Closed
ghost opened this issue Apr 5, 2018 · 2 comments
Closed

feature request: config file #4

ghost opened this issue Apr 5, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 5, 2018

it would be nice to have a file config (like the standard .config/amzsear/config ) where you can put at least the default region and other options like verbose level.

@asherAgs
Copy link
Owner

asherAgs commented Apr 6, 2018

Hi KarlFiabeschi,

Thanks for the recommendation! A config file or some sort of amzrc file was considered in the v2 release however it was deemed unnecessary because simple settings like the ones you've mentioned can easily be defaulted by using an alias in your bashrc or bash_profile file. We felt that creating a separate config file would overcomplicate and a bash solution is simpler. For example, to always use the UK region:

alias amzsear="amzsear -r UK"

Let me know how this goes for you! Cheers.

@ghost
Copy link
Author

ghost commented Apr 7, 2018

yep i know i can alias obv, but i love the dotfiles philosophy. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant