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

C# - Simple Class Library and how to use it in another project

AWS CLI - INSTALLATION AND CONFIGURATION

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