]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- do not ignore all cd commands!
authorTomasz Pala <gotar@pld-linux.org>
Sat, 11 Oct 2003 14:41:09 +0000 (14:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh.spec -> 1.89

zsh.spec

index 47a1fffcf0997b7576a12f71f5e7f263f6cb8edc..be1b91690ad8862153589ff8af98322bca9fbebe 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -182,7 +182,7 @@ cat << EOF > $RPM_BUILD_ROOT%{_sysconfdir}/zshrc
 
 # Aliases:
 alias which=whence
-alias cd=' builtin cd'
+alias cd='builtin cd'
 alias precmd=' precmd'
 
 setopt histignorespace
This page took 0.031945 seconds and 4 git commands to generate.