From e5038dcd0bf5d948fd37c1b86efc72d9b5126318 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 19 Sep 2010 00:48:14 +0200 Subject: [PATCH] bash/logout,zsh/logout: Remove unnecessary source_debug()s. --- bash/logout | 4 ---- zsh/logout | 4 ---- 2 files changed, 8 deletions(-) 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 -- 2.44.1