|
Lines 34-46
fi
Link Here
|
| 34 |
#esac |
34 |
#esac |
| 35 |
|
35 |
|
| 36 |
# enable bash completion in interactive shells |
36 |
# enable bash completion in interactive shells |
| 37 |
#if ! shopt -oq posix; then |
37 |
if ! shopt -oq posix; then |
| 38 |
# if [ -f /usr/share/bash-completion/bash_completion ]; then |
38 |
if [ -f /usr/share/bash-completion/bash_completion ]; then |
| 39 |
# . /usr/share/bash-completion/bash_completion |
39 |
. /usr/share/bash-completion/bash_completion |
| 40 |
# elif [ -f /etc/bash_completion ]; then |
40 |
elif [ -f /etc/bash_completion ]; then |
| 41 |
# . /etc/bash_completion |
41 |
. /etc/bash_completion |
| 42 |
# fi |
42 |
fi |
| 43 |
#fi |
43 |
fi |
| 44 |
|
44 |
|
| 45 |
if [ -e "$HOME/.univention-environment" ]; then |
45 |
if [ -e "$HOME/.univention-environment" ]; then |
| 46 |
. "$HOME/.univention-environment" |
46 |
. "$HOME/.univention-environment" |
| 47 |
- |
|
|