From c96d5a926dc38645f6f1de70e70b103afbf49cbc Mon Sep 17 00:00:00 2001 From: Ivan Krechetov Date: Fri, 9 Sep 2016 15:17:42 +0200 Subject: [PATCH] Fix terminal-notifier Fixes the notifications in Profanity.im under tmux. Source: https://github.com/julienXX/terminal-notifier/issues/115#issuecomment-104214742 --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index c4e18ee..654e4f3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,2 +1,3 @@ set-option -g prefix Home bind-key -t emacs-copy M-w copy-pipe "pbcopy" +set -g default-command "which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace -l $SHELL || $SHELL -l"