From ec269d967158a8c07566969b4f26a669b4866a47 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 17 Nov 2016 22:09:22 +0200 Subject: [PATCH] docs(readme) Console: Environment variables --- HELP.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index c9bd57da..956b0191 100644 --- a/HELP.md +++ b/HELP.md @@ -198,6 +198,8 @@ Console For more details see [console hot keys](https://github.com/cloudcmd/console#hot-keys "Console Hot Keys"). +### Environment variables + Every program executed in `console` has these `environment` variables: - `ACTIVE_DIR` - directory that contains cursor @@ -205,7 +207,7 @@ Every program executed in `console` has these `environment` variables: - `CURRENT_NAME` - name of a file under cursor - `CURRENT_PATH` - path to file under cursor -On Unix you can use it this way: +On `Unix` you can use it this way: ```sh ~> echo $CURRENT_PATH