diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-23 08:47:31 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-23 08:47:31 -0500 |
| commit | 2d3861e9b4d00a775b18a64a1b100b4bf5c185d9 (patch) | |
| tree | a38d5cde6b6f36decc3ece988c98fa37b4632e53 | |
| parent | 5fab93bf6c853f0f37d30f9cb91a0760d3e006cb (diff) | |
Consolidate configurations
| -rw-r--r-- | tmux.conf | 3 | ||||
| m--------- | vim/bundle/ctrlp.vim | 0 | ||||
| -rwxr-xr-x | vimrc | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -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 diff --git a/vim/bundle/ctrlp.vim b/vim/bundle/ctrlp.vim -Subproject be5842a376f16c16c5dc4cc1879d7168a074f7d +Subproject 6ddbfe2cc00a7eeb2a4450552b78276488a2e2c @@ -161,7 +161,7 @@ set nofoldenable set foldlevel=1 " powerline stuff -set rtp+=/Users/benbeltran/Library/Python/2.7/lib/python/site-packages/powerline/bindings/vim +set rtp+=~/Library/Python/2.7/lib/python/site-packages/powerline/bindings/vim " Fix CtrlP root folder and add some ignores let g:ctrlp_working_path_mode = 0 |