[tmux] Get rid of emoji. It breaks 3rd party stuff

This commit is contained in:
Sebastian Schulze 2016-05-30 15:30:15 +02:00
parent 88cd9007ee
commit 1d248d30c8
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ set -g mouse-resize-pane on
set -g mouse-select-window on
set -g status-justify centre
set -g status-left ""
set -g status-right "🐵 #S[@#H]"
set -g status-right "#S[@#H]"
set -g update-environment "SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION"