mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-23 07:34:10 -05:00
Don't run bash as the default command
This commit is contained in:
parent
ecc10aa745
commit
5320d98687
2 changed files with 0 additions and 6 deletions
|
@ -14,9 +14,6 @@
|
|||
|
||||
# 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,9 +14,6 @@
|
|||
|
||||
# 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