Selaa lähdekoodia

Use bash completion

Brendan Abolivier 6 vuotta sitten
vanhempi
commit
2df4e6aa13
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3
    0
      .bashrc

+ 3
- 0
.bashrc Näytä tiedosto

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