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
|
local file path
|
||||||
for file in "bash_completion" "completions/git"; do
|
for file in "bash_completion" "completions/git"; do
|
||||||
path="${root}/${file}"
|
path="${root}/${file}"
|
||||||
if [ -f "${path}" ]; then
|
[ -f "${path}" ] && . "${path}"
|
||||||
. "${path}"
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
# history
|
# history
|
||||||
HISTCONTROL="ignorespace"
|
HISTCONTROL="ignorespace"
|
||||||
|
|
Loading…
Reference in a new issue