]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - bash/logout
Simplify configuration setup.
[config/dotfiles.git] / bash / logout
index af130c6adbe09e1c97db1b4133b88ea883d67a7a..a191464c8942420567c9007cda29fe019f8fc84a 100644 (file)
@@ -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