]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
bash/logout,zsh/logout: Remove unnecessary source_debug()s.
authorSimon Ruderich <simon@ruderich.org>
Sat, 18 Sep 2010 22:48:14 +0000 (00:48 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 18 Sep 2010 22:48:14 +0000 (00:48 +0200)
bash/logout
zsh/logout

index a191464c8942420567c9007cda29fe019f8fc84a..ed0559a98cd9bd45d786d454de53ecf6e6b05e90 100644 (file)
@@ -1,10 +1,6 @@
 # Bash logout file.
 
 
-source_debug ". ~/.bash/logout"
-
 source_config ~/.shell/logout
 
-source_debug ". ~/.bash/logout (done)"
-
 # vim: ft=sh
index c360815925db09bd882cdd75edf2cca2f38009b9..3fb924822f429d8b99d2731595529e8fcf70353f 100644 (file)
@@ -1,10 +1,6 @@
 # Zsh logout file.
 
 
-source_debug ". ~/.zsh/logout"
-
 source_config ~/.shell/logout
 
-source_debug ". ~/.zsh/logout (done)"
-
 # vim: ft=zsh