Don't run bash as the default command

This commit is contained in:
Kevin MacMartin 2024-09-23 23:26:30 -04:00
parent ecc10aa745
commit 5320d98687
2 changed files with 0 additions and 6 deletions

View file

@ -14,9 +14,6 @@
# PRECONFIG # 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 the command prefix and set the new one to ctrl-Space
unbind C-b unbind C-b
set-option -g prefix C-Space set-option -g prefix C-Space

View file

@ -14,9 +14,6 @@
# PRECONFIG # 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 the command prefix and set the new one to ctrl-Space
unbind C-b unbind C-b
set-option -g prefix C-Space set-option -g prefix C-Space