mirror of
https://github.com/jarun/nnn.git
synced 2025-02-17 06:44:31 +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:
|
And then add:
|
||||||
|
|
||||||
export PAGER=less
|
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 '
|
export LESS='-Ri '
|
||||||
|
|
||||||
To your `~/.bashrc` or your shell rc.
|
To your `~/.bashrc` or your shell rc.
|
||||||
|
|
Loading…
Reference in a new issue