使用说明: https://powerline.readthedocs.io/en/latest/usage.html

~ vim,在 .vimrc 中添加配置

set rtp+=/usr/lib/python3.6/site-packages/powerline/bindings/vim

~ bash shell,在 .bashrc 中添加配置

powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/lib/python3.6/site-packages/powerline/bindings/bash/powerline.sh

 

相关文章:

  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2021-09-26
  • 2021-12-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2021-04-29
  • 2021-12-22
相关资源
相似解决方案