eval `dircolors`
alias ls='ls --color=yes'
alias grep='grep --color=yes'
alias less='less -R'
Note that the above aliases will not break command line scripting by adding extra characters.
I also end up tweaking my vim editor colors in my ~/.vimrc file:
" color
set background=dark
" search
set ignorecase
set smartcase
set incsearch
Thanks, Chris!

0 comments:
Post a Comment