Skip to content

Commit

Permalink
increase scrollback buffer for tmux sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcampbel3 committed Nov 11, 2016
1 parent e2b058a commit 406a087
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,6 @@ export PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}" # mem/file s
if command -v vimpager > /dev/null; then
export PAGER=$(which vimpager);
fi
# increase scrollback buffer in tmux sessions
set-option -g history-limit 10000
set -g history-limit 10000

0 comments on commit 406a087

Please sign in to comment.