mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 11:43: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
|
# Startup & environment:5 ends here
|
||||||
|
|
||||||
# [[file:Console.org::*Startup & environment][Startup & environment:6]]
|
# [[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
|
# Startup & environment:6 ends here
|
||||||
|
|
||||||
# [[file:Console.org::*Startup & environment][Startup & environment:7]]
|
# [[file:Console.org::*Startup & environment][Startup & environment:7]]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
(specifications->manifest
|
(specifications->manifest
|
||||||
'(
|
'(
|
||||||
|
"man-db"
|
||||||
"aria2"
|
"aria2"
|
||||||
"openssl"
|
"openssl"
|
||||||
"ncdu"
|
"ncdu"
|
||||||
|
|
|
||||||
|
|
@ -345,7 +345,7 @@ xhost +local:root > /dev/null 2>&1
|
||||||
|
|
||||||
Set manpager to bat
|
Set manpager to bat
|
||||||
#+begin_src bash
|
#+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
|
#+end_src
|
||||||
|
|
||||||
[[https://codeberg.org/akib/emacs-eat][eat]] integration
|
[[https://codeberg.org/akib/emacs-eat][eat]] integration
|
||||||
|
|
@ -974,6 +974,8 @@ keymap_mode = "vim-insert"
|
||||||
| ncdu | disk usage analyzer |
|
| ncdu | disk usage analyzer |
|
||||||
| openssl | |
|
| openssl | |
|
||||||
| aria2 | Download tool |
|
| aria2 | Download tool |
|
||||||
|
| man-db | |
|
||||||
|
| pv | |
|
||||||
|
|
||||||
** ripgrep config
|
** 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.
|
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