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
|
||||
|
||||
If you are not satisfied with powerline speed in this case, compile zpython
|
||||
branch from https://bitbucket.org/ZyX_I/zsh.
|
||||
|
||||
Tmux statusline
|
||||
---------------
|
||||
|
||||
|
|
|
@ -56,6 +56,7 @@ _powerline_install_precmd() {
|
|||
|
||||
trap "_powerline_tmux_set_columns" SIGWINCH
|
||||
_powerline_tmux_set_columns
|
||||
_powerline_tmux_set_pwd
|
||||
|
||||
setopt promptpercent
|
||||
setopt promptsubst
|
||||
|
|
Loading…
Reference in New Issue