mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
Remove zsh from export example
fixes#26
This commit is contained in:
parent
191c202bd1
commit
a9ee7cbe5f
1 changed files with 2 additions and 3 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue