diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-05-26 11:52:53 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-05-26 11:52:53 -0500 |
| commit | 994d63de46ed6b389399acdc55fad3fd83ef2ea7 (patch) | |
| tree | 34f1426c8f0180f5bf7f7a9366f2280678d19ae1 | |
| parent | 10ed84a8e457719ca90c317a6f6f6a89e656f886 (diff) | |
Updates powerline installation data
| -rw-r--r-- | tmux.conf | 3 | ||||
| -rwxr-xr-x | vimrc | 4 |
2 files changed, 5 insertions, 2 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 @@ -161,7 +161,9 @@ set nofoldenable set foldlevel=1 " powerline stuff -set rtp+=~/Library/Python/2.7/lib/python/site-packages/powerline/bindings/vim +python from powerline.vim import setup as powerline_setup +python powerline_setup() +python del powerline_setup " Fix CtrlP root folder and add some ignores let g:ctrlp_working_path_mode = 0 |