Updated zsh. Added bigger history limit for tmux.
This commit is contained in:
parent
4f486821bb
commit
e42c4a56b7
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
set -g status-interval 2
|
set -g status-interval 2
|
||||||
set -g default-command "${SHELL}"
|
set -g default-command "${SHELL}"
|
||||||
set -g update-environment "PATH"
|
set -g update-environment "PATH"
|
||||||
|
set -g history-limit 10000
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 01a955657408c8396fc947075a912ee868d5e2a7
|
Subproject commit d6f84f3e7d2515cee8ba776d05ee2009ffd471d7
|
||||||
Loading…
Add table
Reference in a new issue