Skip to content

ASproson/gitbash-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

GitBash Config

When you install GitBash it can sometimes pollute the terminal with random system denotations such as MINGW64 and reveal system names etc, if you take the shell file in this repo and replace it with the one at this location:

C:\Program Files\Git\etc\profile.d

This removes any and all of the system information from the terminal, changes the username reference to green and any directories to purple (I think this looks nicer, but feel to change the colors (lines 14&16, change the value of 32m to any other valid number for a different color choice))

Also note line 15 specifically:

PS1="$PS1"' atlas ' # user@host

Feel free to replace atlas with your chosen name, this overwrites any C: username within GitBash

About

A cleaner GitBash interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages