mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
374df9d69f
# Description Makes use of the feature introduced by nushell/reedline#566 If we consider this to be problematic we can decide to add a config point for this behavior, but at first I was a bit hesistant expanding the config in this area. # User-Facing Changes Follows precedent found in bash/zsh/fish to exclude lines starting with a space from the history. Like in fish you can still recall the last entry once but it will not be stored and will be forgotten after the next submitted entry. # Tests + Formatting (-) |
||
---|---|---|
.. | ||
commands | ||
completions | ||
menus | ||
config_files.rs | ||
eval_cmds.rs | ||
eval_file.rs | ||
lib.rs | ||
nu_highlight.rs | ||
print.rs | ||
prompt.rs | ||
prompt_update.rs | ||
reedline_config.rs | ||
repl.rs | ||
syntax_highlight.rs | ||
util.rs | ||
validation.rs |