ฉันใช้ Xubuntu และเชื่อมต่อผ่าน RemoteDesktop กับ Windows 7
ทุกอย่างทำงานได้ดี แต่ auto_completion ใน bash ของฉันไม่ทำงาน ฉันตรวจสอบไฟล์. bashrc ในโฮมไดเร็กตอรี่ของฉันและ /etc/bash.bashrc
ฉันไม่แนะนำบรรทัดด้านล่างในการกำหนดค่า bashrc ในพื้นที่ของฉันและใน bash.bashrc แต่ไม่มีการเปลี่ยนแปลงใด ๆ
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi