Skip to content

Commit

Permalink
^ env: lessopen: remove lesspipe, we do not want, even if installed
Browse files Browse the repository at this point in the history
we don't really want this, it's just another thing causing a security
vulnerability and we never use it.  when we want preprocessing we will
implicitly preprocess
  • Loading branch information
smemsh committed Nov 2, 2024
1 parent f4d1199 commit dfc4657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.d/env
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ esetenv NO_AT_BRIDGE 1
esetenv RSYNC_RSH ssh

# TODO https://github.com/wofr06/lesspipe
type -p lesspipe.sh &>/dev/null &&
esetenv LESSOPEN "|lesspipe.sh %s"
type -p lesspipe.sh &>/dev/null && true
#esetenv LESSOPEN "|lesspipe.sh %s"

# because our PS1 has a newline, see upstream PR 514
esetenv LESS_SHELL_LINES 2
Expand Down

0 comments on commit dfc4657

Please sign in to comment.