update default shell
This commit is contained in:
parent
52f40839c5
commit
5b5a917354
|
@ -4,7 +4,7 @@ set -g assume-paste-time 1
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
set -g bell-action any
|
set -g bell-action any
|
||||||
set -g default-command ""
|
set -g default-command ""
|
||||||
set -g default-shell "/bin/zsh"
|
set -g default-shell "/bin/bash"
|
||||||
set -g destroy-unattached off
|
set -g destroy-unattached off
|
||||||
set -g detach-on-destroy on
|
set -g detach-on-destroy on
|
||||||
set -g display-panes-time 1000
|
set -g display-panes-time 1000
|
||||||
|
@ -53,7 +53,7 @@ set -g default-terminal "tmux-256color"
|
||||||
set -ga terminal-overrides ",*256col*:Tc"
|
set -ga terminal-overrides ",*256col*:Tc"
|
||||||
|
|
||||||
# set-option -g default-shell "/usr/bin/fish"
|
# set-option -g default-shell "/usr/bin/fish"
|
||||||
set-option -g default-shell "/usr/bin/zsh"
|
set-option -g default-shell "/usr/bin/bash"
|
||||||
|
|
||||||
# hide status bar for single windows
|
# hide status bar for single windows
|
||||||
# https://www.reddit.com/r/tmux/comments/6lwb07/is_it_possible_to_hide_the_status_bar_in_only_a/dpzr5d7
|
# https://www.reddit.com/r/tmux/comments/6lwb07/is_it_possible_to_hide_the_status_bar_in_only_a/dpzr5d7
|
||||||
|
|
Loading…
Reference in New Issue