From 9fc2c746316ab61635e589d4d3ef757c9be71052 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 12 Aug 2011 14:17:52 -0700 Subject: [PATCH] --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 060203cf..86727956 100644 --- a/bashrc +++ b/bashrc @@ -105,6 +105,9 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi +# End of default things. +# Start of my additions. + # Uses nano as default editor. export EDITOR=nano