From: Simon Ruderich Date: Mon, 6 Jan 2014 13:39:51 +0000 (+0100) Subject: bash/profile: Minor cleanup. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=384e4ad62817a8f5a286b7f61e5d7d4783825076 bash/profile: Minor cleanup. --- diff --git a/bash/profile b/bash/profile index 864f88b..db373e9 100644 --- a/bash/profile +++ b/bash/profile @@ -1,6 +1,6 @@ # Bash login configuration file. -# Copyright (C) 2011-2012 Simon Ruderich +# Copyright (C) 2011-2014 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,6 @@ # along with this file. If not, see . -# Load ~/.bashrc if it exists. if [[ -f ~/.bashrc ]]; then . ~/.bashrc fi