X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/7cdd43f4d8d3f981a278189f059f764d0529e085..f12d8d77bc102889ac86eb8670b4d69c03081fc7:/.zsh/zshrc/31_cd_bugfix2 diff --git a/.zsh/zshrc/31_cd_bugfix2 b/.zsh/zshrc/31_cd_bugfix2 index f551907..b1aae20 100644 --- a/.zsh/zshrc/31_cd_bugfix2 +++ b/.zsh/zshrc/31_cd_bugfix2 @@ -1,3 +1,3 @@ # fix until #480889 is fixed -cd () { builtin cd $* && ll } +cd () { builtin cd "$@" && lrt }