Skip to content

distinguish between environment and local variables

Michael Aaron Murphy requested to merge nivkner:local_not_env into master

Created by: nivkner

In the history sub-module, only the local variables are used to determine things like the history size, whereas the documentation keeps referring to them as environment variables, which might confuse users who might attempt to export HISTORY_SIZE from bash for example, only to find out the changes didn't register.

Merge request reports