Updates for powerline on macOS

This commit is contained in:
Gene Liverman 2018-03-14 02:49:12 -04:00
parent 5b63a85a6e
commit dd8b1928d3
No known key found for this signature in database
GPG key ID: 66D794FE7043CBCA
2 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,3 @@
python from powerline.vim import setup as powerline_setup
python powerline_setup()
python del powerline_setup
python3 from powerline.vim import setup as powerline_setup
python3 powerline_setup()
python3 del powerline_setup

View file

@ -101,7 +101,6 @@ export PATH=$PATH:~/.nexustools
if [[ `uname` == 'Darwin' ]]; then
export PATH=$PATH:/usr/local/sbin
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
eval '/usr/libexec/path_helper -s' > /dev/null
# optional additions from homebrew