]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
remove source_debug()
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index aac4e9a9b193d3a20da65e98273b074f2acb32f6..96b45e4e6b43b0500a4624916a774452a4a852b9 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -16,9 +16,6 @@
 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
 
 
-source_debug '. ~/.zsh/rc'
-
-
 # Warn when creating global variables from inside a function. Needs to be set
 # before declaring a function.
 setopt warn_create_global
@@ -1071,7 +1068,4 @@ zshrc_restart_precmd() {
 }
 precmd_functions+=(zshrc_restart_precmd)
 
-
-source_debug '. ~/.zsh/rc (done)'
-
 # vim: ft=zsh