Update: __pycache__ removal envvar
This commit is contained in:
parent
9a2bd97715
commit
702f227d5b
|
@ -89,6 +89,7 @@ export RIPGREP_CONFIG_PATH=~/.config/ripgrep/config
|
||||||
|
|
||||||
# Prevent __pycaches__ from forming
|
# Prevent __pycaches__ from forming
|
||||||
export PYTHONDONTWRITEBYTECODE=1
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
|
export PYTHONPYCACHEPREFIX=1
|
||||||
|
|
||||||
# Coloring ==========================================================
|
# Coloring ==========================================================
|
||||||
# Truecolor support gives full rgb support. This looks something like:
|
# Truecolor support gives full rgb support. This looks something like:
|
||||||
|
|
Loading…
Reference in a new issue