|
@@ -104,4 +104,7 @@ if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
|
104
|
104
|
source /etc/profile.d/vte.sh
|
105
|
105
|
fi
|
106
|
106
|
|
|
107
|
+# Use bash-completion, if available
|
|
108
|
+[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion
|
|
109
|
+
|
107
|
110
|
eval "$(direnv hook bash)"
|