export GROFF_NO_SGR=1

This commit is contained in:
Tobias Powalowski 2023-07-23 10:48:03 +02:00
parent d24c4100f0
commit 3f2bc2d3e6
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,10 @@
On the road to 2023.07:
On the road to 2023.08:
2023.07 Highlights:
- kernel 6.4.x
- grub 2.12rc1-1
- New interactive login routine
- added Sway to preconfigured desktop environments
- added ttyd remote http terminal support
Environment Changes:
- run Basic Setup scripts on first login
- preserving Basic Setup values when running kexec task
@ -8,8 +12,6 @@ Environment Changes:
- renamed archboot-locale script to localize script
- merged km into localize script
- renamed tz to clock script
- added Sway to preconfigured desktop environments
- added ttyd remote http terminal support
- renamed initramfs to initrd
- stripped off archboot from kernel name
- renamed Locale Mode to Offline Mode

View file

@ -12,7 +12,7 @@ else
PS1='[\[\e[1;34m\]\u\[\e[m\]@\[\e[1;32m\]\h\[\e[m\] \w]\$ '
fi
# color man pages
GROFF_NO_SGR=1
export GROFF_NO_SGR=1
# keep history clean from dups and spaces
HISTCONTROL="erasedups:ignorespace"
# if installed set neovim as default editor