Browse Source

Fixed a comment in gnu-utils plugin.

master
Sorin Ionescu 13 years ago
parent
commit
af060f8dba
  1. 2
      plugins/gnu-utils/init.zsh

2
plugins/gnu-utils/init.zsh

@ -13,7 +13,7 @@ if (( $+commands[gdircolors] )); then @@ -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'

Loading…
Cancel
Save