From af060f8dba0a5b37169e6d22bcb9b02a34e2a48f Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 31 Jan 2012 23:41:28 -0500 Subject: [PATCH] Fixed a comment in gnu-utils plugin. --- 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 cf58a8e..8c6ca6a 100644 --- a/plugins/gnu-utils/init.zsh +++ b/plugins/gnu-utils/init.zsh @@ -13,7 +13,7 @@ if (( $+commands[gdircolors] )); then local cmd local prefix - # coreutils + # GNU Coreutils. gcmds=('g[' 'gbase64' 'gbasename' 'gcat' 'gchcon' 'gchgrp' 'gchmod' 'gchown' 'gchroot' 'gcksum' 'gcomm' 'gcp' 'gcsplit' 'gcut' 'gdate' 'gdd' 'gdf' 'gdir' 'gdircolors' 'gdirname' 'gdu' 'gecho' 'genv' 'gexpand'