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.
私はWindows7でmsysgitを使用していますが、bashスクリプトが非常に便利であることがわかりました。いくつかの.shスクリプトを作成しましたが、gitbashでそれらの名前をオートコンプリートしたいと思います。今のところ、最初のプロンプトの後、git bashは.exe、.bat、および.comファイルのみをオートコンプリートしていることがわかります。.shファイルのオートコンプリートを許可するにはどうすればよいですか?
最初の行が #!/bin/sh のファイルはオートコンプリートされることがわかりました。私には十分です。