This commit is contained in:
Mika Suomalainen 2011-08-12 14:17:52 -07:00
parent 78eb96bd37
commit 9fc2c74631
1 changed files with 3 additions and 0 deletions

3
bashrc
View File

@ -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