mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 13:55:45 +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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
POWERLINE_SAVED_PWD=
|
_POWERLINE_SAVED_PWD=
|
||||||
|
|
||||||
_powerline_tmux_set_pwd() {
|
_powerline_tmux_set_pwd() {
|
||||||
if test "x$POWERLINE_SAVED_PWD" != "x$PWD" ; then
|
if test "x$_POWERLINE_SAVED_PWD" != "x$PWD" ; then
|
||||||
POWERLINE_SAVED_PWD="$PWD"
|
_POWERLINE_SAVED_PWD="$PWD"
|
||||||
_powerline_tmux_setenv PWD "$PWD"
|
_powerline_tmux_setenv PWD "$PWD"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user