console: pv, turn off bat

This commit is contained in:
Pavel Korytov 2025-03-06 10:50:50 +03:00
parent 13aef359c2
commit 53b19728b7
3 changed files with 5 additions and 2 deletions

View file

@ -29,7 +29,7 @@ xhost +local:root > /dev/null 2>&1
# Startup & environment:5 ends here
# [[file:Console.org::*Startup & environment][Startup & environment:6]]
export MANPAGER="sh -c 'sed -e s/.\\\\x08//g | bat -l man -p'"
# export MANPAGER="sh -c 'sed -e s/.\\\\x08//g | bat -l man -p'"
# Startup & environment:6 ends here
# [[file:Console.org::*Startup & environment][Startup & environment:7]]

View file

@ -1,5 +1,6 @@
(specifications->manifest
'(
"man-db"
"aria2"
"openssl"
"ncdu"

View file

@ -345,7 +345,7 @@ xhost +local:root > /dev/null 2>&1
Set manpager to bat
#+begin_src bash
export MANPAGER="sh -c 'sed -e s/.\\\\x08//g | bat -l man -p'"
# export MANPAGER="sh -c 'sed -e s/.\\\\x08//g | bat -l man -p'"
#+end_src
[[https://codeberg.org/akib/emacs-eat][eat]] integration
@ -974,6 +974,8 @@ keymap_mode = "vim-insert"
| ncdu | disk usage analyzer |
| openssl | |
| aria2 | Download tool |
| man-db | |
| pv | |
** ripgrep config
Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally.