Merge pull request #992 from jarnett/develop

another workaround for _powerline_tmux_setenv() issue with bash-4.2.45
This commit is contained in:
Nikolai Aleksandrovich Pavlov 2014-08-16 11:56:30 +04:00
commit cb598f1c0f
1 changed files with 1 additions and 1 deletions

View File

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