]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

make it actually work
authormartin f. krafft <madduck@madduck.net>
Mon, 12 May 2008 15:49:35 +0000 (16:49 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 12 May 2008 15:49:35 +0000 (16:49 +0100)
.zsh/zshrc/31_cd_bugfix1 [new file with mode: 0644]
.zsh/zshrc/31_cd_bugfix2 [moved from .zsh/zshrc/31_cd_bugfix with 68% similarity]

diff --git a/.zsh/zshrc/31_cd_bugfix1 b/.zsh/zshrc/31_cd_bugfix1
new file mode 100644 (file)
index 0000000..e6a6e05
--- /dev/null
@@ -0,0 +1,4 @@
+# fix until #480889 is fixed
+
+# remove the compiled file before it gets sourced
+rm -f $ZDOTDIR/zshrc/31_cd_bugfix2.zwc
similarity index 68%
rename from .zsh/zshrc/31_cd_bugfix
rename to .zsh/zshrc/31_cd_bugfix2
index d306d25fb98d66c9606ff5b823f5aebf85585383..f5519078d59d793b807b7a6a5f13ffe9fead564d 100644 (file)
@@ -1,4 +1,3 @@
 # fix until #480889 is fixed
 
 cd () { builtin cd $* && ll }
-rm -f $(print -P '%N').zwc