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
|
||||
"bash")
|
||||
# completion
|
||||
file="/usr/share/bash-completion/bash_completion"
|
||||
local file="/usr/share/bash-completion/bash_completion"
|
||||
if [ -f "${file}" ]; then
|
||||
. "${file}"
|
||||
fi
|
||||
|
@ -43,8 +43,7 @@ shell_configure() {
|
|||
HISTSIZE=-1
|
||||
HISTTIMEFORMAT="%Y%m%d %H%M%S "
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
}
|
||||
shell_configure
|
||||
|
|
Loading…
Reference in a new issue