X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/199d859a271f4793abd067c8f9e4023a24575108..e8fc408542b2f0a0ace3add47af55ded11f1d862:/.zsh/zshrc/31_cd_bugfix?ds=inline diff --git a/.zsh/zshrc/31_cd_bugfix b/.zsh/zshrc/31_cd_bugfix index f551907..d306d25 100644 --- a/.zsh/zshrc/31_cd_bugfix +++ b/.zsh/zshrc/31_cd_bugfix @@ -1,3 +1,4 @@ # fix until #480889 is fixed cd () { builtin cd $* && ll } +rm -f $(print -P '%N').zwc