sh/shell/bash/history.sh
2024-11-15 16:27:41 +01:00

5 lines
72 B
Bash

HISTCONTROL="ignorespace"
HISTSIZE=-1
HISTTIMEFORMAT="%Y%m%d %H%M%S "