Skip to content

Commit

Permalink
More long tmux history limit
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Jan 6, 2017
1 parent 56a32bd commit 74bade8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tmux.conf
Expand Up @@ -32,7 +32,7 @@ if-shell 'test "$(uname -s)" = Darwin && which reattach-to-user-namespace > /dev
setw -g automatic-rename on

# Maximum histories to retain
set -g history-limit 5000
set -g history-limit 50000

# status
set -g status-fg cyan
Expand Down

0 comments on commit 74bade8

Please sign in to comment.