在我的终端中,它说我的.bashrc
文件有语法错误。我可以从我的代码中识别出这些.bashrc
不正确的行,但无法修复它。
.bashrc
这是我的似乎包含问题的部分:
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
或者如编辑器中所示: