Change color define
This commit is contained in:
parent
8a67028636
commit
7d4ec922de
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
# COLORED MANUALS
|
||||
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
||||
|
||||
# SSH
|
||||
fish_ssh_agent
|
||||
|
||||
|
|
4
arch.sh
4
arch.sh
|
@ -346,6 +346,10 @@ then
|
|||
# === Firefox ==
|
||||
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -P "$HOME"/.mozilla/firefox/*.default-release
|
||||
|
||||
# === Manual color ==
|
||||
#fish -c "set -ge MANPAGER"
|
||||
fish -c "set -Ux MANPAGER \"sh -c 'col -bx | bat -l man -p\'\""
|
||||
|
||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||
else
|
||||
echo "Ce script ne fonctionne que sur Manjaro."
|
||||
|
|
Loading…
Reference in a new issue