]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshrc/31_cd_bugfix2
reset SHLVL for login shells
[zsh.git] / .zsh / zshrc / 31_cd_bugfix2
1 # fix until #480889 is fixed
2
3 cd () { __CHPWD_RUN_FIRST=lscontext && builtin cd "$@" && unset __CHPWD_RUN_FIRST }