From 023d346fe6110263119eeca74c73eded27c42bbc Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 24 Oct 2014 14:47:54 +0200 Subject: [Zshrc] .. --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index c143d50..f17cb5c 100644 --- a/zshrc +++ b/zshrc @@ -72,13 +72,13 @@ if [ -d $ZDOTDIR ]; then if test -f $subscript then __debug -n "${${subscript:h}##$ZDOTDIR\/}/$script... "; - source $subscript + echo source $subscript __debug fi if test -f $subscript.gpg then __debug -n "${${subscript:h}##$ZDOTDIR\/}/$script [CRYPTED]... "; - eval $(gpg --quiet --decrypt $subscript.gpg) + echo eval \$(gpg --quiet --decrypt $subscript.gpg) __debug fi @@ -94,7 +94,7 @@ if [ -d $ZDOTDIR ]; then source $script __debug - recurse_load ${${script:t}/??_/} ${script:h} + eval $(recurse_load ${${script:t}/??_/} ${script:h}) done fi -- cgit v1.2.3