Skip to content

Instantly share code, notes, and snippets.

@AvasDream
Created October 2, 2024 06:25
Show Gist options
  • Save AvasDream/46f26c8b21a6ff63167613c27601156a to your computer and use it in GitHub Desktop.
Save AvasDream/46f26c8b21a6ff63167613c27601156a to your computer and use it in GitHub Desktop.
echo 'shopt -s histappend
export PROMPT_COMMAND="history -a; history -n"
export HISTFILESIZE=-1
export HISTSIZE=-1
export HISTTIMEFORMAT="%F %T "' >> /root/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment