tmux: run non-login shell
This commit is contained in:
parent
2bee9d7e6e
commit
499ab3c90c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user