Mercurial > dotfiles
view bashrc/bashrc @ 71:67cacdcdd73a
Added `hgrc-local` to the ignored files.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 05 Feb 2012 20:19:48 -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"