zoxide on Termux android not working

Just found Zoxide tool for *nix.

The only one problem i got is Zoxide was not working after

pkg install zoxide

command on Termux.

Error was z command is unknown.

From the SO post I’ve learned that bashrc file on Termux is stored at /data/data/com.termux/files/usr/etc/bash.bashrc.

I’ve opened it in the nano editor and added a line with required configuration

eval “$(zoxide init bash)”

by opened i mean running bash command

nano /data/data/com.termux/files/usr/etc/bash.bashrc