From 11225c6f36d75c4016f0c20d5f573ebfbe7c5a89 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 7 Sep 2009 17:55:42 +0200 Subject: [PATCH] zshrc: fix description of alias md --- debian/changelog | 11 ++++++----- etc/zsh/zshrc | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0cf27db..070bc06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ grml-etc-core (0.3.74) unstable; urgency=low [ Michael Prokop ] * /etc/grml/script-functions: replace 'type -p' with 'which'. + * zshrc: fix description of alias md (it's mkdir and not rmdir). [ Joerg Woelke ] * zshrc: Fix lsx and lsl aliases. @@ -18,7 +19,7 @@ grml-etc-core (0.3.74) unstable; urgency=low * zshrc: Remove aliases ips and check_dpkg_running. * zshrc: Remove tla aliases. - -- Frank Terbeck Fri, 28 Aug 2009 22:51:49 +0200 + -- Michael Prokop Mon, 07 Sep 2009 17:54:36 +0200 grml-etc-core (0.3.73) unstable; urgency=low @@ -395,7 +396,7 @@ grml-etc-core (0.3.45) unstable; urgency=low - thanks for the hint, James Vega! [ Alexander Steinböck ] - * /etc/zsh/zshrc: added bindkeys for navigating by vi keys (hjkl) + * /etc/zsh/zshrc: added bindkeys for navigating by vi keys (hjkl) (disable by default though) as well as 'accept-and-infer-next history' (ctrl-o) to complete within directories and stay in menu completion. [Closes: issue350] @@ -606,7 +607,7 @@ grml-etc-core (0.3.24) unstable; urgency=low grml-etc-core (0.3.23) unstable; urgency=low * /etc/zsh/zshenv: switch direction of check for lesspipe vs. - lesspipe.sh so we use the extended version by default if + lesspipe.sh so we use the extended version by default if it's available. -- Michael Prokop Wed, 5 Sep 2007 18:22:57 +0200 @@ -1326,7 +1327,7 @@ grml-etc-core (0.1-34) grml-testing; urgency=low grml-etc-core (0.1-33) unstable; urgency=low * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH - to avoid problems with different zsh versions. + to avoid problems with different zsh versions. * Small fix in debian/preinst to prevent overwriting from original files when diverting several times (again: please report any problems you notice). @@ -1411,7 +1412,7 @@ grml-etc-core (0.1-26) unstable; urgency=low * /etc/zsh/zshenv: - set /bin instead of /bin/ in $PATH - some minor code style improvements - * /etc/skel/.zshrc: + * /etc/skel/.zshrc: - updated alias fbmplayer (thanks, wuehlmaus!) - added function gex (google exact search, thanks wuehlmaus!) - added gethgsnap and gethgclone for retrieving mercurial diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index efb6113..c7ddace 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2123,7 +2123,7 @@ alias rm='nocorrect rm' # no spelling correction on rm #a1# Execute \kbd{rmdir} alias rd='rmdir' -#a1# Execute \kbd{rmdir} +#a1# Execute \kbd{mkdir} alias md='mkdir' # see http://www.cl.cam.ac.uk/~mgk25/unicode.html#term for details -- 2.1.4