zshrc: Remove correction-disabled aliases
authorFrank Terbeck <ft@bewatermyfriend.org>
Wed, 30 Nov 2011 18:06:11 +0000 (19:06 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 6 Dec 2011 13:50:48 +0000 (14:50 +0100)
We do not set correct_all, so we do not need them.

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
doc/grmlzshrc.t2t
etc/zsh/zshrc

index 775b68f..98ad496 100644 (file)
@@ -754,9 +754,6 @@ Lists available compilation options for building program from source.
 : **CO** (//./configure//)
 Prepares compilation for building program from source.
 
-: **cp** (//nocorrect cp//)
-cp(1) without spelling correction.
-
 : **da** (//du -sch//)
 Prints the summarized disk usage of the arguments as well as a grand total
 in human readable format.
@@ -876,21 +873,12 @@ Lists only executable files.
 Lists all active md (i.e. linux software raid) devices with some information
 about them.
 
-: **mkdir** (//nocorrect mkdir//)
-mkdir(1) without spelling correction.
-
 : **mq** (//hg -R $(readlink -f $(hg root)/.hg/patches)//)
 Executes the commands on the versioned patch queue from current repository.
 
-: **mv** (//nocorrect mv//)
-mv(1) without spelling correction.
-
 : **rd** (//rmdir//)
 Short rmdir(1) (remove directory).
 
-: **rm** (//nocorrect rm//)
-rm(1) without spelling correction.
-
 : **rmcdir** (//'cd ..; rmdir $OLDPWD || cd $OLDPWD//)
 rmdir current working directory
 
index 7861495..e0e84e6 100644 (file)
@@ -1428,11 +1428,6 @@ if [[ -x /sbin/kexec ]] && [[ -r /proc/cmdline ]] ; then
     alias "$(uname -r)-reboot"="kexec -l --initrd=/boot/initrd.img-"$(uname -r)" --command-line=\"$(cat /proc/cmdline)\" /boot/vmlinuz-"$(uname -r)""
 fi
 
-alias cp='nocorrect cp'         # no spelling correction on cp
-alias mkdir='nocorrect mkdir'   # no spelling correction on mkdir
-alias mv='nocorrect mv'         # no spelling correction on mv
-alias rm='nocorrect rm'         # no spelling correction on rm
-
 #a1# Execute \kbd{rmdir}
 alias rd='rmdir'
 #a1# Execute \kbd{mkdir}