fixes
This commit is contained in:
parent
5139c4367e
commit
964df6e8dc
1 changed files with 2 additions and 3 deletions
|
@ -34,7 +34,7 @@ shell_configure() {
|
||||||
case "${SH}" in
|
case "${SH}" in
|
||||||
"bash")
|
"bash")
|
||||||
# completion
|
# completion
|
||||||
file="/usr/share/bash-completion/bash_completion"
|
local file="/usr/share/bash-completion/bash_completion"
|
||||||
if [ -f "${file}" ]; then
|
if [ -f "${file}" ]; then
|
||||||
. "${file}"
|
. "${file}"
|
||||||
fi
|
fi
|
||||||
|
@ -43,8 +43,7 @@ shell_configure() {
|
||||||
HISTSIZE=-1
|
HISTSIZE=-1
|
||||||
HISTTIMEFORMAT="%Y%m%d %H%M%S "
|
HISTTIMEFORMAT="%Y%m%d %H%M%S "
|
||||||
;;
|
;;
|
||||||
*)
|
*) ;;
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
shell_configure
|
shell_configure
|
||||||
|
|
Loading…
Reference in a new issue