mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Do the same for bash bindings
This commit is contained in:
parent
bc856987ff
commit
bcd7bb349e
@ -16,11 +16,11 @@ _powerline_tmux_setenv() {
|
||||
fi
|
||||
}
|
||||
|
||||
POWERLINE_SAVED_PWD=
|
||||
_POWERLINE_SAVED_PWD=
|
||||
|
||||
_powerline_tmux_set_pwd() {
|
||||
if test "x$POWERLINE_SAVED_PWD" != "x$PWD" ; then
|
||||
POWERLINE_SAVED_PWD="$PWD"
|
||||
if test "x$_POWERLINE_SAVED_PWD" != "x$PWD" ; then
|
||||
_POWERLINE_SAVED_PWD="$PWD"
|
||||
_powerline_tmux_setenv PWD "$PWD"
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user