Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • What shell are you using? echo $SHELL. Read the man page of your shell (man ${SHELL##*/}, about "Command History". What are "`echo "HISTSIZE=$HISTSIZE, HISTFILE=$HISTFILE"? Edit your question to reply, don't reply via comment. Not saving command history could be seen as a "security feature". I'm unfamiliar with Parrot Security. Commented Sep 20, 2021 at 0:01
  • 1
    What you're looking for is zsh-autosuggestions. Switch to zsh and install zsh-autosuggestions. Commented Sep 22, 2021 at 2:10