From 054f20161c9b29c1e0250792dbe4933afc4a7f66 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 4 Feb 2017 12:08:29 -0200 Subject: [PATCH] removed echo --- zsh/zshrc.symlink | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index ee147ec88..20318d8ca 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -22,7 +22,6 @@ source ~/.bundles.txt # load everything but the path and completion files for file in ${${config_files:#*/path.zsh}:#*/completion.zsh}; do - echo $file source "$file" done