Created
June 12, 2016 09:39
-
-
Save sshnaidm/46a331de03283183bc5ac148b4e5ced6 to your computer and use it in GitHub Desktop.
History with byobu/screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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