Skip to content

Instantly share code, notes, and snippets.

@sshnaidm
Created June 12, 2016 09:39
Show Gist options
  • Save sshnaidm/46a331de03283183bc5ac148b4e5ced6 to your computer and use it in GitHub Desktop.
Save sshnaidm/46a331de03283183bc5ac148b4e5ced6 to your computer and use it in GitHub Desktop.
History with byobu/screen
# History between sessions
shopt -s histappend
HISTSIZE=10000
HISTFILESIZE=$HISTSIZE
HISTCONTROL=ignorespace:ignoredups
HISTTTIMEFORMAT="%F %T"
export HISTFILESIZE HISTSIZE HISTCONTROL HISTTIMEFORMAT
[ -r /home/sshnaidm/.byobu/prompt ] && . /home/sshnaidm/.byobu/prompt
# jon.than.io/boybu-and-screen-naming
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment