tmux: use non-login shells
This commit is contained in:
parent
da0285f274
commit
61cf8ad5fb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue