Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
netbeans 中的终端不显示我所在的目录,这与 cygwin 中的当前文件路径以彩色显示不同。有没有办法改变它?
我和你有同样的问题,我发现我可以在 NetBeans 的终端中运行 Cygwin 的 bash.exe,然后在该终端中初始化 ~/.bash_profile,就像在 Cygwin 中运行一样。例如,
/usr/bin/bash.exe
接着
. ~/.bash_profile