mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 00:26:00 +03:00
Updated Concepts (markdown)
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:
|
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 ()
|
h ()
|
||||||
{
|
{
|
||||||
fzf <~/shell-specific_history_file | tr -d '\n' | xsel -bi
|
fzf <~/shell-specific_history_file | tr -d '\n' | xsel -bi
|
||||||
|
Loading…
Reference in New Issue
Block a user