Przeglądaj źródła

Use bash completion

Brendan Abolivier 6 lat temu
rodzic
commit
2df4e6aa13
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      .bashrc

+ 3
- 0
.bashrc Wyświetl plik

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