Skip to content
Snippets Groups Projects
Commit d7519075 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

comment out force color bits


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent fb839075
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
export CLINT_FORCE_COLOR=1 # export CLINT_FORCE_COLOR=1
export PIPENV_FORCE_COLOR=1 # export PIPENV_FORCE_COLOR=1
# Pipenv support (Generate requriements.txt with pipenv). # Pipenv support (Generate requriements.txt with pipenv).
if [[ -f Pipfile ]]; then if [[ -f Pipfile ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment