dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 5ada085d7b5b5a7eab6fb960b4b6b2c51907ed84
parent 19356328cb254727e5f464808c09bfa1919c18a0
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Wed, 24 Sep 2014 21:31:10 -0700

Bash: Add comment

Diffstat:
bashrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bashrc b/bashrc @@ -80,6 +80,7 @@ PS2="\$" export EDITOR='vim' # export EDITOR='emacs' +# allow for color support in terminal if [ "$TERM" == "xterm" ]; then export TERM=xterm-256color fi