Skip to content

Instantly share code, notes, and snippets.

@tuna-f1sh
tuna-f1sh / .bashrc
Created March 4, 2016 15:56
My portable bashrc
#Colors
#=======
#enables color in the terminal bash shell export
CLICOLOR=1
#sets up the color scheme for list export
LSCOLORS=gxfxcxdxbxegedabagacad
# for a colourful vim
export TERM='xterm-256color'
#=============COLORS=================