ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
20.34k stars 519 forks source link

maximum nested function level reached error #735

Closed flu1337 closed 4 months ago

flu1337 commented 4 months ago

Hi i installed zoxide on my wsl (ubuntu) im currently using zsh as main shell and after installation is done i can not use "cd" because it simply freezes and after some while i get a error "maximum nested function level reached" i use zsh auto comp. and syntax highlighting plugins and i also added a "--cmd cd" flag to my .zshrc

ajeetdsouza commented 4 months ago

Debian / Ubuntu derivatives package a very old version of zoxide in their repositories. The latest version shouldn't have this problem - could you try using the install script?

curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash