X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=ba1e3b45b5dfc60949d772f635b6cee2faf48b05;hb=f3e7f85dab45efdc1091e005a7e5f27ab0659bcf;hp=1fb1f240c5bf2547019f0c736978fd871db951e5;hpb=bf839e5e3054fcc7f20f49eb1630a7dc9ed49b13;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 1fb1f24..ba1e3b4 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mit Mär 14 15:41:03 CET 2007 [mika] +# Latest change: Mit Mär 14 15:48:34 CET 2007 [mika] ################################################################################ # This file is sourced only for interactive shells. It # should contain commands to set up aliases, functions, @@ -147,15 +147,15 @@ fi bindkey '^Xi' insert-unicode-char # just type 'cd ...' to get 'cd ../..' - rationalise-dot() { - if [[ $LBUFFER = *.. ]]; then - LBUFFER+=/.. - else - LBUFFER+=. - fi - } - zle -N rationalise-dot - bindkey . rationalise-dot +# rationalise-dot() { +# if [[ $LBUFFER = *.. ]]; then +# LBUFFER+=/.. +# else +# LBUFFER+=. +# fi +# } +# zle -N rationalise-dot +# bindkey . rationalise-dot # bindkey '\eq' push-line-or-edit # }}}