From 53b19728b77f7dbbfc77fc2e72dd9b6fb592d999 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Thu, 6 Mar 2025 10:50:50 +0300 Subject: [PATCH] console: pv, turn off bat --- .bashrc | 2 +- .config/guix/manifests/console.scm | 1 + Console.org | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index c8cda3f..155cfb9 100644 --- a/.bashrc +++ b/.bashrc @@ -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]] diff --git a/.config/guix/manifests/console.scm b/.config/guix/manifests/console.scm index d368d60..3a3aa28 100644 --- a/.config/guix/manifests/console.scm +++ b/.config/guix/manifests/console.scm @@ -1,5 +1,6 @@ (specifications->manifest '( + "man-db" "aria2" "openssl" "ncdu" diff --git a/Console.org b/Console.org index f4473ff..020ddcd 100644 --- a/Console.org +++ b/Console.org @@ -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.