Skip to content

Commit ec269d9

Browse files
committed
docs(readme) Console: Environment variables
1 parent ccb691e commit ec269d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

HELP.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,16 @@ Console
198198

199199
For more details see [console hot keys](https://github.com/cloudcmd/console#hot-keys "Console Hot Keys").
200200

201+
### Environment variables
202+
201203
Every program executed in `console` has these `environment` variables:
202204

203205
- `ACTIVE_DIR` - directory that contains cursor
204206
- `PASSIVE_DIR` - directory with no cursor
205207
- `CURRENT_NAME` - name of a file under cursor
206208
- `CURRENT_PATH` - path to file under cursor
207209

208-
On Unix you can use it this way:
210+
On `Unix` you can use it this way:
209211

210212
```sh
211213
~> echo $CURRENT_PATH

0 commit comments

Comments
 (0)