]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshrc/31_cd_bugfix2
f5519078d59d793b807b7a6a5f13ffe9fead564d
[zsh.git] / .zsh / zshrc / 31_cd_bugfix2
1 # fix until #480889 is fixed
2
3 cd () { builtin cd $* && ll }