1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Concepts (markdown)

Terminator X 2021-09-05 16:10:40 +05:30
parent d25fcdbc02
commit 3113e6afc0

@ -233,7 +233,7 @@ The handy REPL command prompt <kbd>]</kbd> understands environment variables (li
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:
```
```sh
h ()
{
fzf <~/shell-specific_history_file | tr -d '\n' | xsel -bi