Merge branch 'dev' into 'master'
update readme See merge request whom/shs!5
This commit is contained in:
commit
351f4d4f64
1 changed files with 6 additions and 6 deletions
12
Readme.md
12
Readme.md
|
|
@ -74,12 +74,12 @@ We also have functioning implementations of map and reduce in the stdlib (incomp
|
||||||
- `SH_DEBUG_MODE` Adds additional debug output for the lexer
|
- `SH_DEBUG_MODE` Adds additional debug output for the lexer
|
||||||
Here is an example of a shs configuration file:
|
Here is an example of a shs configuration file:
|
||||||
```lisp
|
```lisp
|
||||||
(export "GOPATH" (concat HOME "/go"))
|
(export GOPATH (concat HOME "/go"))
|
||||||
(export "GOBIN" (concat GOPATH "/bin"))
|
(export GOBIN (concat GOPATH "/bin"))
|
||||||
(export "PATH" (concat PATH ":" GOBIN))
|
(export PATH (concat PATH ":" GOBIN))
|
||||||
(export "GIT_TERMINAL_PROMPT" 1)
|
(export GIT_TERMINAL_PROMPT 1)
|
||||||
(export "SH_HIST_FILE" (concat HOME "/.shs_hist"))
|
(export SH_HIST_FILE (concat HOME "/.shs_hist"))
|
||||||
(export "SH_LOGGING" 0)
|
(export SH_LOGGING 0)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue