mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
fix typo
This commit is contained in:
parent
36856a4406
commit
61b7134391
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if [ "$LC_BYOBU" != "0" ] && [ "$BYOBU_DISABLE" != "1" ]; then
|
|||
shopt -s histappend || true
|
||||
[ -n "$PROMPT_COMMAND" ] && PROMPT_COMMAND="$PROMPT_COMMAND;history -a" || PROMPT_COMMAND="history -a"
|
||||
# Source profile, as long as we won't recurse
|
||||
if [ -r "$HOME/.profile" ] && [ "$BYOBU_SOURCED_PROFILE" = "0" ]; then
|
||||
if [ -r "$HOME/.profile" ] && [ "$BYOBU_SOURCED_PROFILE" != "1" ]; then
|
||||
BYOBU_SOURCED_PROFILE=1
|
||||
. "$HOME/.profile"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue