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
#18
I like that. No need for the eval here though.
Code:
if [ -f $HOME/.dir_colors ]; then
  /usr/bin/dircolors -b $HOME/.dir_colors
elif [ -f /etc/DIR_COLORS ]; then
  /usr/bin/dircolors -b /etc/DIR_COLORS
else
  /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 misko_2083 - 05-05-2015, 08:25 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)