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'