mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 08:58:44 +00:00
use reattach-to-user-namespace when starting bash in tmux
This commit is contained in:
+2
-3
@@ -6,9 +6,8 @@
|
||||
set -g prefix C-a
|
||||
unbind C-b
|
||||
|
||||
# Start in Zsh
|
||||
set -g default-command '/bin/zsh --login'
|
||||
set -g default-shell /bin/zsh
|
||||
# Start in newer bash
|
||||
set-option -g default-command "reattach-to-user-namespace -l /usr/local/bin/bash --login"
|
||||
|
||||
# Disable delay
|
||||
set -sg escape-time 1
|
||||
|
||||
Reference in New Issue
Block a user