Created
October 20, 2021 11:49
-
-
Save EminQasimov/9ea83af064c4d827ee0b932efbb2bdd7 to your computer and use it in GitHub Desktop.
Git bash color fix custom ~/.bashrc file on windows , chmod +x ~/bashrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi | |
export FORCE_COLOR="1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment