Yakuake Auto complete

I run Yakuake on two manchines, one that is used every day Manjaro and the other LMDE6, on Manjaro when I type it shows hints, of the things I’v typed in the past, LMDE6, this is not the case and I can not find any settings, or any info searching the web, thanks for any info.

If you are talking about ‘typing in shell (that launched in yakuake terminal)’, it may be you’re using different shell or shell config.

Yakuake itself does not complete or show hints about past commands.

You can find current shell via,

echo $SHELL

FYI, Fish shell show hint for autocompletion by default. But Bash, Zsh. Need to additional configs or plugins.

Thanks that command shows /bin/Bash and that led me to this.

$ cat .zshrc
# Use powerline
USE_POWERLINE="true"