#!/bin/bash
# Midnight Commander Colors
export COLORTERM=1

# Color File Listings]
eval `dircolors -b /etc/dircolors`

# Grep Colors
export GREP_COLOR=';1;34'
