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

This commit is contained in:
Olivier DOSSMANN 2021-07-11 17:38:14 +02:00
parent a2daf9f9d9
commit 137212b13d

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