fix tmux warning
This commit is contained in:
parent
e5e560c406
commit
bcf5846e80
1 changed files with 3 additions and 1 deletions
|
@ -47,8 +47,10 @@ _ps1_hook() {
|
||||||
_bashrc_tmp_hook() {
|
_bashrc_tmp_hook() {
|
||||||
if [ ! -z "${bashrctmp:-x}" ];
|
if [ ! -z "${bashrctmp:-x}" ];
|
||||||
then
|
then
|
||||||
|
if [ -n "${TMUX}" ]; then
|
||||||
tmux set-environment bashrctmp "${bashrctmp}"
|
tmux set-environment bashrctmp "${bashrctmp}"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
_pkcs11module_hook() {
|
_pkcs11module_hook() {
|
||||||
|
|
Loading…
Reference in a new issue