Skip to content

Instantly share code, notes, and snippets.

@EminQasimov
Created October 20, 2021 11:49
Show Gist options
  • Save EminQasimov/9ea83af064c4d827ee0b932efbb2bdd7 to your computer and use it in GitHub Desktop.
Save EminQasimov/9ea83af064c4d827ee0b932efbb2bdd7 to your computer and use it in GitHub Desktop.
Git bash color fix custom ~/.bashrc file on windows , chmod +x ~/bashrc
#! /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