TMUX: utilisation du terminal par défaut comme commande par défaut

vif
Olivier DOSSMANN 2021-07-11 17:38:14 +02:00
parent a2daf9f9d9
commit 137212b13d
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
# make tmux display things in 256 colors
set -g default-terminal "tmux-256color"
# make tmux use the default terminal
set -g default-command "${SHELL}"
# set scrollback history to 10000 (10k)
set -g history-limit 10000