mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
console: pv, turn off bat
This commit is contained in:
parent
13aef359c2
commit
53b19728b7
3 changed files with 5 additions and 2 deletions
2
.bashrc
2
.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]]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"man-db"
|
||||
"aria2"
|
||||
"openssl"
|
||||
"ncdu"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue