view bashrc/bashrc @ 75:d930a9c6d590

Added badwolf colorscheme.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 09 Mar 2012 17:13:54 -0800
parents d753f7893361
children 2e0fbe44e9fe
line wrap: on
line source

# -----------
# Environment
# -----------

# Custom PATH.
export PATH="$HOME/bin:$PATH"

# Large history without duplicates.
export HISTSIZE=10000
export HISTFILESIZE=10000
export HISTCONTROL=erasedups

# Use VIM by default.
export EDITOR="vim"