From 57efc55533f5eabd503e32d237ad6cc7655d8d6a Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 2 Apr 2012 12:56:08 -0400 Subject: [PATCH] [#85] Always call builtin hash --- plugins/gnu-utils/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gnu-utils/init.zsh b/plugins/gnu-utils/init.zsh index aa17a4d..c63ee13 100644 --- a/plugins/gnu-utils/init.zsh +++ b/plugins/gnu-utils/init.zsh @@ -56,7 +56,7 @@ function __gnu_utils { # functions have to be wrapped. # if (( $+commands[$gcmd] )); then - hash "$gcmd[2,-1]"="$commands[$gcmd]" + builtin hash "$gcmd[2,-1]"="$commands[$gcmd]" fi done