fix(bash): remove superfluous double quotes for local profile
This commit is contained in:
parent
23c7a7a616
commit
003f6c2a14
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ _update_colors "${BACKGROUND:-dark}"
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
while read -r f; do [ -f "$f" ] && source "$f"; done <<EOF
|
while read -r f; do [ -f "$f" ] && source "$f"; done <<EOF
|
||||||
/usr/share/bash-completion/bash_completion
|
/usr/share/bash-completion/bash_completion
|
||||||
"$LOCAL_CONFIG/bash/profile"
|
$LOCAL_CONFIG/bash/profile
|
||||||
EOF
|
EOF
|
||||||
unset f
|
unset f
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue