mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
Merge dcacf620ab
into 6ee835ed70
This commit is contained in:
commit
796acb361c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ elif [ "$BYOBU_SOURCED_PROFILE" != "1" ] && [ "$LC_BYOBU" != "0" ] && [ "$BYOBU_
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
[ -n "$PROMPT_COMMAND" ] && PROMPT_COMMAND="$PROMPT_COMMAND;history -a;history -r" || PROMPT_COMMAND="history -a;history -r"
|
PROMPT_COMMAND="history -a;history -r;$PROMPT_COMMAND"
|
||||||
# Source profile, if necessary
|
# Source profile, if necessary
|
||||||
[ -z "$_byobu_sourced" ] && [ -r "$HOME/.profile" ] && . "$HOME/.profile"
|
[ -z "$_byobu_sourced" ] && [ -r "$HOME/.profile" ] && . "$HOME/.profile"
|
||||||
if byobu-launcher; then
|
if byobu-launcher; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue