vim /etc/profile

 

export HISTSIZE=10000
export HISTTIMEFORMAT="`whoami` : %F %T : "
export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
shopt -s histappend

  

相关文章:

  • 2021-05-26
  • 2022-03-02
  • 2021-12-28
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-14
  • 2021-06-29
  • 2021-06-12
  • 2021-11-23
  • 2021-09-09
  • 2021-11-12
相关资源
相似解决方案