Visual Studio集成终端bash错误

时间:2016-11-04 15:54:58

标签: bash visual-studio visual-studio-code

我尝试在VCS中使用集成终端,但它不喜欢我的bash_profile脚本。

我收到以下错误(添加了相应的代码) -

bash: parse_git_branch: command not found
parse_git_branch() {
     git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}

bash: work: command not found 
alias work="cd ./blah"

我不确定为什么它不在VCS中工作但在Iterm2和终端正常工作。

1 个答案:

答案 0 :(得分:3)

您是否在设置中设置了"terminal.integrated.shellArgs.osx": ["-l"],以便运行bash_profile