diff options
Diffstat (limited to 'tmux.conf')
| -rw-r--r-- | tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ bind - split-window -v # set -g status-right-length 70 # Powerline -source ~/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf +run-shell "powerline-daemon -q" +source /usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf # Better powerline highlighting. set-window-option -g window-status-activity-attr bold,blink,underscore |