From abb8f93091de794daca7b71c23e703cd45840099 Mon Sep 17 00:00:00 2001 From: Terminator X Date: Sun, 18 Jul 2021 00:35:59 +0530 Subject: [PATCH] Updated Basic use cases (markdown) --- Basic-use-cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basic-use-cases.md b/Basic-use-cases.md index ba0cbdc..97418b1 100644 --- a/Basic-use-cases.md +++ b/Basic-use-cases.md @@ -190,7 +190,7 @@ Another options is to combine and use `nnn` with a multiplexer like `dvtm`: There are several ways to run commands from `nnn`: 1. Launch a shell within the current directory. This is your regular shell. -2. Use the prompt key to show the prompt and enter your command. The commands are invoked using the `$SHELL` so you can use commands, aliases, environment variables, pipes, redirections. +2. Use the prompt key to show the prompt and enter your command. The commands are invoked using the `$SHELL` so you can use commands, aliases (in `~/.zshenv` for zsh), environment variables, pipes, redirections. 3. You can also assign keys to arbitrary non-background cli commands (non-shell-interpreted) you use frequently and invoke like plugins. ([instructions](https://github.com/jarun/nnn/tree/master/plugins#running-commands-as-plugin)). #### Shell depth indicator