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.
我在 Windows 7 上使用 msysgit,我发现 bash 脚本非常有用。我写了一些 .sh 脚本,但我希望 git bash 自动完成他们的名字。现在我可以看到,在初始提示之后 git bash 仅自动完成 .exe、.bat 和 .com 文件。如何允许自动完成 .sh 文件?
我发现以 #!/bin/sh 作为第一行的文件是自动完成的。这对我来说已经足够了。