]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- really fix mc-history-mess issue
authorpius <pius@pld-linux.org>
Sun, 5 Oct 2003 23:21:25 +0000 (23:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh.spec -> 1.88

zsh.spec

index 92f8bd8ae9a2d1f1d8436c3c2139d2d4a1eb90a7..47a1fffcf0997b7576a12f71f5e7f263f6cb8edc 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -182,9 +182,11 @@ cat << EOF > $RPM_BUILD_ROOT%{_sysconfdir}/zshrc
 
 # Aliases:
 alias which=whence
-alias cd='builtin cd'
+alias cd=' builtin cd'
 alias precmd=' precmd'
 
+setopt histignorespace
+
 # Setup key bindings:
 bindkey -e >/dev/null 2>&1
 
This page took 0.062859 seconds and 4 git commands to generate.