tmux as non-login-shell

This commit is contained in:
Michael Grote 2020-07-14 14:05:57 +02:00
parent 05548a0955
commit caa23ce080

View file

@ -5,6 +5,10 @@ bind - split-window -v
unbind '"' unbind '"'
unbind % unbind %
# tmux as non-login shell
# https://wiki.archlinux.org/index.php/tmux#Start_a_non-login_shell
set -g default-command "${SHELL}"
set-window-option -g aggressive-resize #https://superuser.com/questions/880497/how-do-i-resize-the-usable-area-of-a-tmux-session set-window-option -g aggressive-resize #https://superuser.com/questions/880497/how-do-i-resize-the-usable-area-of-a-tmux-session
# setze uhrzeit auf 24h format # setze uhrzeit auf 24h format