mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 05:11:30 +00:00
Updated Advanced use cases (markdown)
parent
1355ea16e0
commit
3e5ba24260
|
@ -168,7 +168,7 @@ and then have the file on some path, say:
|
|||
And then add:
|
||||
|
||||
export PAGER=less
|
||||
[ -r "$HOME/git/lesspipe/lesspipe.sh" ] && export LESSOPEN="$HOME/git/lesspipe/lesspipe.sh %s"
|
||||
[ -r "$HOME/git/lesspipe/lesspipe.sh" ] && export LESSOPEN="| $HOME/git/lesspipe/lesspipe.sh %s"
|
||||
export LESS='-Ri '
|
||||
|
||||
To your `~/.bashrc` or your shell rc.
|
||||
|
|
Loading…
Reference in a new issue