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