79136064

Date: 2024-10-29 06:43:20
Score: 1
Natty:
Report link

using this command in terminal can show you the history of commands

history

maybe you can find the whole history in your .zsh_history or .bash_history?

if you can't display the history of commands by using this command,you may need reset the bash config file.

like ~/.zshrc includes

HISTSIZE=1000
SAVEHIST=2000
HISTFILE=~/.zsh_history

reload file:

source ~/.zshrc
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: vac chou