tmux: shorter history
This commit is contained in:
parent
18c1379b7a
commit
06aa19b4f4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ bind-key ] paste-buffer -p
|
|||
|
||||
set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION"
|
||||
set -g default-command zsh
|
||||
set -g history-limit 100000
|
||||
set -g history-limit 10000
|
||||
|
||||
set-option -g default-terminal "tmux"
|
||||
set -ga terminal-overrides ",*:Tc" # true colous support
|
||||
|
|
Loading…
Reference in a new issue