]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
bash/profile: Minor cleanup.
authorSimon Ruderich <simon@ruderich.org>
Mon, 6 Jan 2014 13:39:51 +0000 (14:39 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 6 Jan 2014 13:39:51 +0000 (14:39 +0100)
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