]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - bash/profile
bash/profile: Minor cleanup.
[config/dotfiles.git] / bash / profile
index 864f88b4092346b0cb4e64b442ac9930faae7c1f..db373e90aa54ab5d968d7fab3bd4522744341169 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 
 
-# Load ~/.bashrc if it exists.
 if [[ -f ~/.bashrc ]]; then
     . ~/.bashrc
 fi