Update .config/fish/conf.d/30-man.fish
Update .config/packages/archgirlie
This commit is contained in:
parent
ce2a9538e8
commit
27a8517fdd
2 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
if command -v most &>/dev/null
|
if command -v bat &>/dev/null
|
||||||
set -gx MANPAGER most
|
set batcmd bat
|
||||||
|
else if command -v batcat &>/dev/null
|
||||||
|
set batcmd batcat
|
||||||
|
end
|
||||||
|
|
||||||
|
if set -q batcmd
|
||||||
|
set -gx MANPAGER "sh -c 'col -bx | $batcmd -l man -p'"
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[1m[33m -> [0m[0mAvoid running yay as root/sudo.
|
|
||||||
aic94xx-firmware
|
aic94xx-firmware
|
||||||
alsa-utils
|
alsa-utils
|
||||||
amfora
|
amfora
|
||||||
|
|
Loading…
Reference in a new issue