X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bash%2Flogout;h=12f1e5d2b895ee42d7737b57e42aede2bb6f5fef;hb=HEAD;hp=af130c6adbe09e1c97db1b4133b88ea883d67a7a;hpb=a66f040ebf67a9daf18ff7e761de8e306156a783;p=config%2Fdotfiles.git diff --git a/bash/logout b/bash/logout deleted file mode 100644 index af130c6..0000000 --- a/bash/logout +++ /dev/null @@ -1,11 +0,0 @@ -# Bash logout file. - - -source_debug "sourcing ~/.bash/logout" - -# Load logout file usable by all shells. -source_config ~/.shell "" logout - -source_debug "finished sourcing ~/.bash/logout" - -# vim: ft=sh