Sfoglia il codice sorgente

Use bash completion

Brendan Abolivier 6 anni fa
parent
commit
2df4e6aa13
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      .bashrc

+ 3
- 0
.bashrc Vedi File

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