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