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