.bash_profile syntax error: unexpected end of file

前端 未结 2 1778
清歌不尽
清歌不尽 2020-12-07 03:56

OS: macOS Sierra v10.12.2

I was trying to get R working from the command line and ran into this problem, probably because I am relatively new to coding and messed wi

2条回答
  •  一个人的身影
    2020-12-07 04:16

    You are missed semicolon (;) at line number 27:

    precmd () { PS1="${ORANGE}[%~] ${GREEN}$(prompt_ruby_info) ${NORMAL}$ "; }
    

提交回复
热议问题