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

A bash guide shouldn't use zsh for examples #26

Closed
josephgrossberg opened this issue Apr 5, 2017 · 2 comments
Closed

A bash guide shouldn't use zsh for examples #26

josephgrossberg opened this issue Apr 5, 2017 · 2 comments

Comments

@josephgrossberg
Copy link

Instead of using this to demonstrate export:

$ export
SHELL=/bin/zsh
AWS_HOME=/Users/adnanadnan/.aws
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LESS=-R

$ echo $SHELL
/usr/bin/zsh

let's omit zsh, which is an alternative to bash. That's confusing, and at cross-purposes with this tutorial.

I suggest updating that part of the README to this:

$ export
AWS_HOME=/Users/adnanadnan/.aws
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LESS=-R

$ echo $AWS_HOME
/Users/adnanadnan/.aws
@Idnan
Copy link
Owner

Idnan commented Apr 5, 2017

Thanks @josephgrossberg

@Idnan Idnan closed this as completed Apr 5, 2017
@josephgrossberg
Copy link
Author

TY! Good guide; this is nice. 👍

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

2 participants