tmux: run non-login shell

This commit is contained in:
DuckDuckWhale 2021-04-06 14:37:36 -07:00
parent 2bee9d7e6e
commit 499ab3c90c
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE

View File

@ -1,11 +1,11 @@
set -g default-terminal "xterm-256color"
set-window-option -g mode-keys vi
set -g prefix C-q
setw -g mouse on
set -g clock-mode-style 12
set-option -g history-limit 5000
set -g default-command "${SHELL}"
set -g default-terminal "xterm-256color"
set -g history-limit 5000
set -g prefix C-q
set -sg escape-time 25
set -wg mode-keys vi
set -wg mouse on
unbind Up
unbind Down