From 4d86e9c59119a2c0594daaf4283f0f98738581f0 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 19 Jul 2012 15:49:00 -0400 Subject: [PATCH] [Fix #212] Replace dircolors with whoami --- modules/gnu-utility/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gnu-utility/init.zsh b/modules/gnu-utility/init.zsh index c26856c..6547d0f 100644 --- a/modules/gnu-utility/init.zsh +++ b/modules/gnu-utility/init.zsh @@ -9,7 +9,7 @@ zstyle -s ':omz:module:gnu-utility' prefix '_gnu_utility_p' || _gnu_utility_p='g' # Check for the presence of GNU Core Utilities. -if (( ! ${+commands[${_gnu_utility_p}dircolors]} )); then +if (( ! ${+commands[${_gnu_utility_p}whoami]} )); then return 1 fi