Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Depending on your requirements and specific cases, additional environment variables for Shell configuration are available and described in the Environment Variables Table.

Environment variable

Description

ACLI_SHELL_GLYPHS

Value is one of ascii, unicode, powerline, or nerdfont.

The shell automatically sets the glyph set to ascii when either the ConEmu or Cmder terminals are detected on Windows in ACLI v11

ACLI_SHELL_THEME

Value is one of the themes available in the shell (or a custom theme).

NOTE

  • Some terminals may have complex color schemes, you can create your own color scheme.

  • To display the available themes type /settings theme set .

ACLI_SHELL_CACHE_DIR

It allows you to specify where to store the shell cache files.

ACLI_SHELL_CONFIG_DIR

It allows you to specify where to store the shell config files.

ACLI_DEFAULT_TABLE_STYLE

This variable is useful, if you do not have full unicode support in the terminal:

  • set the value to TEXT to get acli to use ascii chars rather than unicode when rendering tables. It also forces the shell to act as if ACLI_SHELL_GLYPHS was set with the value ascii.

ACLI_SHELL_DEBUG

Set the value to 1 to generate debug output.

Set the value to 2 to add trace information.

ACLI_SHELL_LOG

It sends the debug to a log rather than a terminal. This environment variable is recommended if you use the debug variable ACLI_SHELL_DEBUG .

The value for this variable is the path to the log file where the debug and trace information is to be sent: an empty string value uses the default path acli-shell.log

...