From: Simon Ruderich Date: Sat, 18 Sep 2010 22:48:14 +0000 (+0200) Subject: bash/logout,zsh/logout: Remove unnecessary source_debug()s. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=e5038dcd0bf5d948fd37c1b86efc72d9b5126318;p=config%2Fdotfiles.git bash/logout,zsh/logout: Remove unnecessary source_debug()s. --- diff --git a/bash/logout b/bash/logout index a191464..ed0559a 100644 --- a/bash/logout +++ b/bash/logout @@ -1,10 +1,6 @@ # Bash logout file. -source_debug ". ~/.bash/logout" - source_config ~/.shell/logout -source_debug ". ~/.bash/logout (done)" - # vim: ft=sh diff --git a/zsh/logout b/zsh/logout index c360815..3fb9248 100644 --- a/zsh/logout +++ b/zsh/logout @@ -1,10 +1,6 @@ # Zsh logout file. -source_debug ". ~/.zsh/logout" - source_config ~/.shell/logout -source_debug ". ~/.zsh/logout (done)" - # vim: ft=zsh