]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshrc/31_cd_bugfix
we need to prevent creation of the .zwc file
[zsh.git] / .zsh / zshrc / 31_cd_bugfix
1 # fix until #480889 is fixed
2
3 cd () { builtin cd $* && ll }
4 rm -f $(print -P '%N').zwc