use reattach-to-user-namespace when starting bash in tmux

This commit is contained in:
Georgi Gardev
2016-12-07 16:02:36 +02:00
parent a3fdefa1ad
commit 2efb3f2b42
+2 -3
View File
@@ -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