diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-30 23:17:47 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-30 23:17:47 +0900 |
| commit | 8a8e874463d1f11015ad7907e86882001eab6815 (patch) | |
| tree | e6e557222aa5209446464cec582169f8d7e12fb8 /ar | |
| parent | 4c9aaacae964294a70d2e6277bdee271d10fd661 (diff) | |
modified shell/profile
Diffstat (limited to 'ar')
| -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 --- ### |
