X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bash%2Flogout;h=12f1e5d2b895ee42d7737b57e42aede2bb6f5fef;hb=004469a16f0c3fc5d99ac4a4f1d4b2546585054d;hp=90cb162216800e265afc5a11fd2b62fab506f762;hpb=9eb125f460f59b7c1067ae5142fc34393fd99080;p=config%2Fdotfiles.git diff --git a/bash/logout b/bash/logout index 90cb162..12f1e5d 100644 --- a/bash/logout +++ b/bash/logout @@ -1,11 +1,21 @@ # Bash logout file. +# Copyright (C) 2011-2012 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this file. If not, see . -source_debug ". ~/.bash/logout" -# Load logout file usable by all shells. -source_config ~/.shell "" logout - -source_debug ". ~/.bash/logout (done)" +source_config ~/.shell/logout # vim: ft=sh