mirror of
https://github.com/powerline/powerline.git
synced 2025-05-19 22:20:46 +02:00
Merge pull request #697 from ZyX-I/zsh-bindings-small-update-1
A few fixes to zsh bindings
This commit is contained in:
commit
a145b11d85
@ -146,9 +146,6 @@ absolute path to your Powerline installation directory:
|
|||||||
|
|
||||||
. {repository_root}/powerline/bindings/zsh/powerline.zsh
|
. {repository_root}/powerline/bindings/zsh/powerline.zsh
|
||||||
|
|
||||||
If you are not satisfied with powerline speed in this case, compile zpython
|
|
||||||
branch from https://bitbucket.org/ZyX_I/zsh.
|
|
||||||
|
|
||||||
Tmux statusline
|
Tmux statusline
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@ _powerline_install_precmd() {
|
|||||||
|
|
||||||
trap "_powerline_tmux_set_columns" SIGWINCH
|
trap "_powerline_tmux_set_columns" SIGWINCH
|
||||||
_powerline_tmux_set_columns
|
_powerline_tmux_set_columns
|
||||||
|
_powerline_tmux_set_pwd
|
||||||
|
|
||||||
setopt promptpercent
|
setopt promptpercent
|
||||||
setopt promptsubst
|
setopt promptsubst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user