mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Updates for powerline on macOS
This commit is contained in:
parent
5b63a85a6e
commit
dd8b1928d3
2 changed files with 3 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
python from powerline.vim import setup as powerline_setup
|
python3 from powerline.vim import setup as powerline_setup
|
||||||
python powerline_setup()
|
python3 powerline_setup()
|
||||||
python del powerline_setup
|
python3 del powerline_setup
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,6 @@ export PATH=$PATH:~/.nexustools
|
||||||
if [[ `uname` == 'Darwin' ]]; then
|
if [[ `uname` == 'Darwin' ]]; then
|
||||||
export PATH=$PATH:/usr/local/sbin
|
export PATH=$PATH:/usr/local/sbin
|
||||||
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
|
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
|
eval '/usr/libexec/path_helper -s' > /dev/null
|
||||||
|
|
||||||
# optional additions from homebrew
|
# optional additions from homebrew
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue