From 03757a1f14d94fba094ecc63ed9fb9c56f6b5039 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Mar 2009 10:10:52 +0100 Subject: reload: No xsource --- etc/functions/reload | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/functions/reload b/etc/functions/reload index 4783854..afa634f 100755 --- a/etc/functions/reload +++ b/etc/functions/reload @@ -3,8 +3,7 @@ ## Usage: reload [function names] if [[ ${#*} == 0 ]] { - autoload xsource - xsource ~/.zshrc + source ~/.zshrc rehash } else { local function -- cgit v1.2.3