mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 05:11:30 +00:00
Fix in [Pager as opener]: make curl accept redirections
parent
a8ea86cd42
commit
99f919d0f0
|
@ -173,7 +173,7 @@ It would be convenient to have your pager choose how to view non-text files.
|
|||
|
||||
You could make your own customized pager handler or you could start by downloading:
|
||||
|
||||
`$ curl -O https://github.com/0xACE/lesspipe/raw/personal/lesspipe.sh`
|
||||
`$ curl -OL https://github.com/0xACE/lesspipe/raw/personal/lesspipe.sh`
|
||||
|
||||
or `git clone https://github.com/0xACE/lesspipe` and then make sure you switch to the `personal` branch where some updates has been made.
|
||||
|
||||
|
|
Loading…
Reference in a new issue