tmux as non-login-shell
This commit is contained in:
parent
05548a0955
commit
caa23ce080
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ bind - split-window -v
|
|||
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
|
||||
|
||||
# setze uhrzeit auf 24h format
|
||||
|
|
Loading…
Reference in a new issue