Git-bash.exe is installed at this location:
C:\Program Files\Git
Git-bash.exe starts up with these prompts:
bash: /c/Users/GodCoder/git-prompt.sh: No such file or directory
GodCoder / $
(GodCoder is just the username) This file named, 'git-promt.sh' is definitely present at that location, still that promt!
Now, after I tried to print the current working directory which is the same directory where Git-bash is installed i.e. C:\Program Files\Git
, it showed this:
GodCoder / $ pwd
/
Now, how to change this, default startup directory to my home directory location which is C:\Users\GodCoder
i.e. I want Git-hub.exe
to start up like this
GodCoder ~ $
Instead of starting up in this way
GodCoder / $
How to achieve this GodCoder ~ $
?