Change the initial catalog of Git Bash

Git bash not always opens in the correct directory. In my case it has opened in /h/ for whatever reason. Since I wanted it to open i the ./repos, i decided to modify bash.bashrc

  1. Navigate to the directory of your Gir installation and /etc
  1. Edit bash.bashrc
  1. At the very end of the file add the following command:

Comments

Popular posts from this blog

VBA Randomize a 3x3 Filter for Convoluted Neural Network

Adding IQ Driver to LINQPad and connecting to ORACLE Database

Upload a file to a Web server in ASP.NET by using Visual C# .NET