Search

About this Entry

This page contains a single entry by goozbach published on April 19, 2007 2:01 PM.

UTOSC was the previous entry in this blog.

Asterisk Queues is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

My Latest Tweet

    loading...

making LS dark terminal friendly

| | Comments (0) | TrackBacks (0)

I've had problems with terminals being too dark lately, here's what I did to remedy that:

in ~/.bashrc:

LS_COLORS='no=00:fi=00:di=01;04;36:ln=00;36:pi=40;33:so=00;35:do=00;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=00;33:*.tgz=00;33:*.arj=00;33:*.taz=00;33:*.lzh=00;33:*.zip=00;33:*.z=00;33:*.Z=00;33:*.gz=00;33:*.bz2=00;33:*.deb=00;33:*.rpm=00;33:*.jar=00;33:*.jpg=00;35:*.jpeg=00;35:*.png=00;35:*.gif=00;35:*.bmp=00;35:*.pbm=00;35:*.pgm=00;35:*.ppm=00;35:*.tga=00;35:*.xbm=00;35:*.xpm=00;35:*.tif=00;35:*.tiff=00;35:*.mpg=00;35:*.mpeg=00;35:*.avi=00;35:*.fli=00;35:*.gl=00;35:*.dl=00;35:*.xcf=00;35:*.xwd=00;35:*.ogg=00;35:*.mp3=00;35:'; export LS_COLORS alias ls='ls -F --color=tty'

that is all

0 TrackBacks

Listed below are links to blogs that reference this entry: making LS dark terminal friendly.

TrackBack URL for this entry: http://blog.friocorte.com/cgi-bin/mt/mt-tb.cgi/24

Leave a comment