See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Terminal emulator & GRUB coloring
#17
I'm just using the default color settings. So the setup only needs one step, i.e. putting the following code into /etc/bash.bashrc:
Code:
if [ -f $HOME/.dir_colors ]; then
  eval $(/usr/bin/dircolors -b $HOME/.dir_colors)
elif [ -f /etc/DIR_COLORS ]; then
  eval $(/usr/bin/dircolors -b /etc/DIR_COLORS)
else
  eval $(/usr/bin/dircolors -b)
fi
Reply


Messages In This Thread
[SOLVED] Terminal emulator & GRUB coloring - by arman1992 - 12-31-2014, 09:57 PM
Re: Terminal emulator & GRUB coloring - by altman - 12-31-2014, 10:47 PM
Re: Terminal emulator & GRUB coloring - by altman - 01-01-2015, 03:17 PM
Re: Terminal emulator & GRUB coloring - by banko - 01-01-2015, 04:30 PM
Re: Terminal emulator & GRUB coloring - by Valtam - 01-01-2015, 05:56 PM
Re: Terminal emulator & GRUB coloring - by arman1992 - 01-01-2015, 06:23 PM
Re: Terminal emulator & GRUB coloring - by Valtam - 01-02-2015, 04:33 AM
Re: Terminal emulator & GRUB coloring - by N4RPS - 01-02-2015, 02:51 PM
Re: [SOLVED] Terminal emulator & GRUB coloring - by LL-user - 05-05-2015, 08:13 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)