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:
```bash
$ 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
$ echo $AWS_HOME
/Users/adnanadnan/.aws
```
### b. `whereis`