tmux: use non-login shells

This commit is contained in:
Fernando Schauenburg 2024-07-27 03:52:35 +02:00
parent da0285f274
commit 61cf8ad5fb

View file

@ -71,6 +71,9 @@ setw -g automatic-rename on # automatically rename windows
setw -g mouse on # enable mouse support
setw -g pane-base-index 1 # start pane numbering from 1
# Start non-login shells for new panes/windows.
# https://wiki.archlinux.org/title/Tmux#Start_a_non-login_shell
set -g default-command "${SHELL}"
# Set $TERM, force 256 colors, and enable italics.
# https://github.com/tmux/tmux/wiki/FAQ#how-do-i-use-a-256-colour-terminal