X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bash%2Flogout;h=a191464c8942420567c9007cda29fe019f8fc84a;hb=9598f48f59d3ad70faac00f5c4c9466d28591a7e;hp=af130c6adbe09e1c97db1b4133b88ea883d67a7a;hpb=a66f040ebf67a9daf18ff7e761de8e306156a783;p=config%2Fdotfiles.git diff --git a/bash/logout b/bash/logout index af130c6..a191464 100644 --- a/bash/logout +++ b/bash/logout @@ -1,11 +1,10 @@ # Bash logout file. -source_debug "sourcing ~/.bash/logout" +source_debug ". ~/.bash/logout" -# Load logout file usable by all shells. -source_config ~/.shell "" logout +source_config ~/.shell/logout -source_debug "finished sourcing ~/.bash/logout" +source_debug ". ~/.bash/logout (done)" # vim: ft=sh