From 88a868e4e964142f1c199daec493d72d8498b347 Mon Sep 17 00:00:00 2001 From: Arun Date: Sun, 29 Sep 2024 17:14:54 +0530 Subject: [PATCH] Updated Concepts (markdown) --- Concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concepts.md b/Concepts.md index 4d746db..75a2901 100644 --- a/Concepts.md +++ b/Concepts.md @@ -233,7 +233,7 @@ Key ^L clears and Esc exits all prompts. The handy REPL command prompt (shows on ]) understands environment variables (like `$PWD`). Refer to your shell's documentation (e.g. `BASH_ENV` for bash, `~/.zshenv` for zsh) to use aliases and functions. To fuzzy-select commands from your shell history at the command prompt and issue them after editing (like [fc](http://manpages.ubuntu.com/manpages/bionic/man1/fc.1posix.html)), copy the plugin `fzhist` (as `h` maybe?) in your `$PATH`. -The native command prompt remembers only the last executed command in the current session. To access and use the shell's history add a shell function similar to: +The native command prompt remembers the last 16 commands executed in the current session. To access and use the shell's history add a shell function similar to: ```sh h ()