X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bash%2Flogout;h=12f1e5d2b895ee42d7737b57e42aede2bb6f5fef;hb=4dbbb218433fae75837e3f7daa7ba3313ae54533;hp=af130c6adbe09e1c97db1b4133b88ea883d67a7a;hpb=a66f040ebf67a9daf18ff7e761de8e306156a783;p=config%2Fdotfiles.git diff --git a/bash/logout b/bash/logout index af130c6..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 "sourcing ~/.bash/logout" -# Load logout file usable by all shells. -source_config ~/.shell "" logout - -source_debug "finished sourcing ~/.bash/logout" +source_config ~/.shell/logout # vim: ft=sh