From 76d167649a30d9d4369e69b96a1499b7a570ffe3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 15 Feb 2009 16:30:16 +0100 Subject: reload: Also do a rehash --- etc/functions/reload | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/functions/reload b/etc/functions/reload index a97cb70..4783854 100755 --- a/etc/functions/reload +++ b/etc/functions/reload @@ -5,6 +5,7 @@ if [[ ${#*} == 0 ]] { autoload xsource xsource ~/.zshrc + rehash } else { local function for function in $@; { -- cgit v1.2.3