Skip to content

Commit

Permalink
zshrc: Remove correction-disabled aliases
Browse files Browse the repository at this point in the history
We do not set correct_all, so we do not need them.

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
  • Loading branch information
ft authored and mika committed Dec 6, 2011
1 parent e44dffb commit ef25f1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
12 changes: 0 additions & 12 deletions doc/grmlzshrc.t2t
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions etc/zsh/zshrc
Expand Up @@ -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}
Expand Down

0 comments on commit ef25f1d

Please sign in to comment.