This commit is contained in:
Marc Beninca 2024-11-17 19:10:18 +01:00
parent 20f4af36d0
commit 982a81adbe
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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"