Merge pull request #992 from jarnett/develop
another workaround for _powerline_tmux_setenv() issue with bash-4.2.45
This commit is contained in:
commit
cb598f1c0f
|
@ -23,7 +23,7 @@ _powerline_tmux_set_pwd() {
|
|||
}
|
||||
|
||||
_powerline_tmux_set_columns() {
|
||||
_powerline_tmux_setenv COLUMNS "${COLUMNS:-$(_powerline_columns_fallback)}"
|
||||
_powerline_tmux_setenv COLUMNS "${COLUMNS:-`_powerline_columns_fallback`}"
|
||||
}
|
||||
|
||||
_powerline_init_tmux_support() {
|
||||
|
|
Loading…
Reference in New Issue