1line
This commit is contained in:
parent
20f4af36d0
commit
982a81adbe
1 changed files with 1 additions and 3 deletions
|
@ -39,9 +39,7 @@ shell_configure() {
|
|||
local file path
|
||||
for file in "bash_completion" "completions/git"; do
|
||||
path="${root}/${file}"
|
||||
if [ -f "${path}" ]; then
|
||||
. "${path}"
|
||||
fi
|
||||
[ -f "${path}" ] && . "${path}"
|
||||
done
|
||||
# history
|
||||
HISTCONTROL="ignorespace"
|
||||
|
|
Loading…
Reference in a new issue