The value of this variable is used to determine which entries are kept in the Shell's history, both regarding the current active session and when writing the history to disk on exit.
-`ignorespace`: Entries starting with one or more space characters are ignored
-`ignoredups`: Consecutive duplicate entries are ignored
Setting this variable to a value `t` other than zero (0) will make the shell save the history to the history file every `t` milliseconds.
If `t` is not a non-negative integer, zero will be assumed.
Note that multiple shell instances will not interfere with each other if they are to save to the same history file, instead, the entries will all be merged together chronologically.
The default value for this option is set in `/etc/shellrc`.
The value of this variable is used to generate a prompt, the following escape sequences can be used literally inside the value, and they would expand to their respective values: