From d020062b152c6ff45b463560255abeb1ba264612 Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Sun, 11 Oct 2020 09:14:15 +0530 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index c00a482..20015bd 100644 --- a/Home.md +++ b/Home.md @@ -226,7 +226,7 @@ The prompts (except the filter prompt) support readline-like command-line shortc Key ^L clears and Esc exits all prompts. -The command prompt 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 _run & exit_ command prompt (]) 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 special variable `$nnn` denotes the hovered file name. It is accessible from the command prompt or a spawned shell.