another workaround for _powerline_tmux_setenv() issue with bash-4.2.45

This commit is contained in:
Jesse 2014-08-15 23:17:00 -04:00
parent 9ba37d9a62
commit 65dfc9f220

View File

@ -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() {