Remove zsh from export example

fixes#26
This commit is contained in:
Adnan Ahmed 2017-04-05 23:41:57 +04:00 committed by GitHub
parent 191c202bd1
commit a9ee7cbe5f
1 changed files with 2 additions and 3 deletions

View File

@ -29,14 +29,13 @@ export
Example: Example:
```bash ```bash
$ export $ export
SHELL=/bin/zsh
AWS_HOME=/Users/adnanadnan/.aws AWS_HOME=/Users/adnanadnan/.aws
LANG=en_US.UTF-8 LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
LESS=-R LESS=-R
$ echo $SHELL $ echo $AWS_HOME
/usr/bin/zsh /Users/adnanadnan/.aws
``` ```
### b. `whereis` ### b. `whereis`