Skip to content

Commit a9ee7cb

Browse files
author
Adnan Ahmed
authored
Remove zsh from export example
fixes#26
1 parent 191c202 commit a9ee7cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ export
2929
Example:
3030
```bash
3131
$ export
32-
SHELL=/bin/zsh
3332
AWS_HOME=/Users/adnanadnan/.aws
3433
LANG=en_US.UTF-8
3534
LC_CTYPE=en_US.UTF-8
3635
LESS=-R
3736

38-
$ echo $SHELL
39-
/usr/bin/zsh
37+
$ echo $AWS_HOME
38+
/Users/adnanadnan/.aws
4039
```
4140

4241
### b. `whereis`

0 commit comments

Comments
 (0)