tmux and zsh crash fix

This commit is contained in:
2024-04-24 11:12:45 +02:00
parent 21a1fd09d5
commit 68c5ece2d0
2 changed files with 2 additions and 4 deletions

View File

@@ -13,9 +13,6 @@
yank
];
extraConfig = ''
# reattach userspaces
set -g default-command "reattach-to-user-namespace -l zsh"
# history limit
set -g history-limit 5000