TMUX: utilisation du terminal par défaut comme commande par défaut
This commit is contained in:
parent
a2daf9f9d9
commit
137212b13d
@ -8,6 +8,9 @@
|
|||||||
# make tmux display things in 256 colors
|
# make tmux display things in 256 colors
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
|
|
||||||
|
# make tmux use the default terminal
|
||||||
|
set -g default-command "${SHELL}"
|
||||||
|
|
||||||
# set scrollback history to 10000 (10k)
|
# set scrollback history to 10000 (10k)
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user