mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-23 23:54:09 -05:00
Don't run bash as a login shell to prevent double-sourcing
This commit is contained in:
parent
cd0af373d2
commit
a4eaacbf75
2 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
|
||||
# PRECONFIG
|
||||
#
|
||||
# set the default command to bash as a non-login shell
|
||||
set -g default-command "exec bash"
|
||||
#
|
||||
# unbind the command prefix and set the new one to ctrl-Space
|
||||
unbind C-b
|
||||
set-option -g prefix C-Space
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
|
||||
# PRECONFIG
|
||||
#
|
||||
# set the default command to bash as a non-login shell
|
||||
set -g default-command "exec bash"
|
||||
#
|
||||
# unbind the command prefix and set the new one to ctrl-Space
|
||||
unbind C-b
|
||||
set-option -g prefix C-Space
|
||||
|
|
Loading…
Reference in a new issue