mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 07:44:36 +02:00
another workaround for _powerline_tmux_setenv() issue with bash-4.2.45
This commit is contained in:
parent
9ba37d9a62
commit
65dfc9f220
@ -23,7 +23,7 @@ _powerline_tmux_set_pwd() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_powerline_tmux_set_columns() {
|
_powerline_tmux_set_columns() {
|
||||||
_powerline_tmux_setenv COLUMNS "${COLUMNS:-$(_powerline_columns_fallback)}"
|
_powerline_tmux_setenv COLUMNS "${COLUMNS:-`_powerline_columns_fallback`}"
|
||||||
}
|
}
|
||||||
|
|
||||||
_powerline_init_tmux_support() {
|
_powerline_init_tmux_support() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user