标签: netbeans terminal cygwin filepath
netbeans中的终端并不显示我所在的目录,而不像cygwin那样当前文件路径以彩色显示。有没有办法改变它?
答案 0 :(得分:0)
我和你有同样的问题,我发现我可以在NetBeans终端运行Cygwin的bash.exe,然后在该终端中初始化〜/ .bash_profile,就像在Cygwin中运行一样。 例如,
/usr/bin/bash.exe
然后
. ~/.bash_profile