zshrc: Remove correction-disabled aliases
authorFrank Terbeck <ft@bewatermyfriend.org>
Wed, 30 Nov 2011 18:06:11 +0000 (19:06 +0100)
committerFrank Terbeck <ft@bewatermyfriend.org>
Wed, 30 Nov 2011 18:06:38 +0000 (19:06 +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.
 
 : **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.
 : **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.
 
 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.
 
 : **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).
 
 : **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
 
 : **rmcdir** (//'cd ..; rmdir $OLDPWD || cd $OLDPWD//)
 rmdir current working directory
 
index 46f7531..3755736 100644 (file)
@@ -1427,11 +1427,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 "$(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}
 #a1# Execute \kbd{rmdir}
 alias rd='rmdir'
 #a1# Execute \kbd{mkdir}