From e66374a548b5827600f90f85403fcffd98f9995b Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 23 Apr 2013 08:47:31 -0500 Subject: Consolidate configurations --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index cd64511..ad09b55 100644 --- a/tmux.conf +++ b/tmux.conf @@ -23,7 +23,8 @@ bind - split-window -v # set -g status-right '#[fg=black]#[bg=white]#(uptime)' # set -g status-right-length 70 -source /Users/benbeltran/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf +# Powerline +source ~/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf #Set Activity monitoring. setw -g monitor-activity on -- cgit