From b98912815896ce0d46a7853d50e2c017f97b05e7 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Tue, 5 May 2020 12:40:50 +0300 Subject: [PATCH] Remove reattach-to-user-namespace --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 83419d1..583c878 100755 --- a/.tmux.conf +++ b/.tmux.conf @@ -7,7 +7,7 @@ set -g prefix C-a unbind C-b # Start in newer bash -set-option -g default-command "reattach-to-user-namespace -l /usr/local/bin/bash --login" +set-option -g default-command "/usr/local/bin/bash --login" # Disable delay set -sg escape-time 1 @@ -137,4 +137,4 @@ bind -r L resize-pane -R 5 # Copy & Paste bind Escape copy-mode bind p paste-buffer -bind C-c run-shell "bash -c 'tmux show-buffer | reattach-to-user-namespace pbcopy'" \; display 'Copied to clipboard' +bind C-c run-shell "bash -c 'tmux show-buffer | pbcopy'" \; display 'Copied to clipboard'