From 7cdd43f4d8d3f981a278189f059f764d0529e085 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 12 May 2008 16:49:35 +0100 Subject: [PATCH] make it actually work --- .zsh/zshrc/31_cd_bugfix1 | 4 ++++ .zsh/zshrc/{31_cd_bugfix => 31_cd_bugfix2} | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .zsh/zshrc/31_cd_bugfix1 rename .zsh/zshrc/{31_cd_bugfix => 31_cd_bugfix2} (68%) diff --git a/.zsh/zshrc/31_cd_bugfix1 b/.zsh/zshrc/31_cd_bugfix1 new file mode 100644 index 0000000..e6a6e05 --- /dev/null +++ b/.zsh/zshrc/31_cd_bugfix1 @@ -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 diff --git a/.zsh/zshrc/31_cd_bugfix b/.zsh/zshrc/31_cd_bugfix2 similarity index 68% rename from .zsh/zshrc/31_cd_bugfix rename to .zsh/zshrc/31_cd_bugfix2 index d306d25..f551907 100644 --- a/.zsh/zshrc/31_cd_bugfix +++ b/.zsh/zshrc/31_cd_bugfix2 @@ -1,4 +1,3 @@ # fix until #480889 is fixed cd () { builtin cd $* && ll } -rm -f $(print -P '%N').zwc -- 2.39.2