Skip to content

Commit

Permalink
Fix terminal-notifier
Browse files Browse the repository at this point in the history
Fixes the notifications in Profanity.im under tmux. Source:

julienXX/terminal-notifier#115 (comment)
  • Loading branch information
ikr committed Sep 9, 2016
1 parent f2a596b commit c96d5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit c96d5a9

Please sign in to comment.