bew / ConfigZsh

See https://github.com/bew/dotfiles for up-to-date configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cd in zle widget doesn't trigger chpwd hook

bew opened this issue · comments

When I use the zle widget to quickely change the directory (using cd), it doesn't call the chpwd zsh hook. cdr uses this hook to updates its "recent directories" database.

It's probably because cd is not recognized as a "full command" when running in a zle widget.