1
0
Fork 0
forked from ahurac/dotfiles

Correction : légère ré-écriture de coles

This commit is contained in:
Hippolyte Chauvin 2023-09-26 14:23:06 +02:00
parent 33a30123ce
commit 145cff9aec

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
export \ export \
LESSOPEN='| /usr/bin/src-hilite-lesspipe.sh %s' \ LESSOPEN='| /usr/bin/src-hilite-lesspipe.sh %s' \
LESS=-R LESS="${LESS} -R"
less "$@" exec less "$@"