diff options
| -rw-r--r-- | ar/.config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index ef7e3da..89153cd 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -132,7 +132,7 @@ export FILE_MANAGER="lf $(lf -version)" export LESS_TERMCAP_se="$(printf '%b' '[0m')" export LESS_TERMCAP_us="$(printf '%b' '[1;32m')" export LESS_TERMCAP_ue="$(printf '%b' '[0m')" - export LESSOPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null" + export LESSOPEN="| lesspipe.sh %s" } ### --- MBSYNC --- ### |
