shadowm

Untitled

Jan 9th, 2012
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. # enable color support of ls and also add handy aliases
  2. if [ -x /usr/bin/dircolors ]; then
  3.     eval "`dircolors -b`"
  4.     alias ls='ls --color=auto'
  5.     #alias dir='dir --color=auto'
  6.     #alias vdir='vdir --color=auto'
  7.  
  8.     #alias grep='grep --color=auto'
  9.     #alias fgrep='fgrep --color=auto'
  10.     #alias egrep='egrep --color=auto'
  11. fi
Advertisement
Add Comment
Please, Sign In to add comment