From 384e4ad62817a8f5a286b7f61e5d7d4783825076 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 6 Jan 2014 14:39:51 +0100 Subject: [PATCH] bash/profile: Minor cleanup. --- bash/profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.44.1