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
|
set -g prefix C-a
|
||||||
unbind C-b
|
unbind C-b
|
||||||
|
|
||||||
# Start in Zsh
|
# Start in newer bash
|
||||||
set -g default-command '/bin/zsh --login'
|
set-option -g default-command "reattach-to-user-namespace -l /usr/local/bin/bash --login"
|
||||||
set -g default-shell /bin/zsh
|
|
||||||
|
|
||||||
# Disable delay
|
# Disable delay
|
||||||
set -sg escape-time 1
|
set -sg escape-time 1
|
||||||
|
|||||||
Reference in New Issue
Block a user