summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-16 14:54:40 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-16 14:54:40 +0300
commitb941ae304c0dbfeeab539bd8331361231632659e (patch)
treeee1a7ed34bf85b242585ab11c8e582cc99b0309c /bashrc
parent4c148a8a4d51e5f9903525b0475ecfd5ee325983 (diff)
downloadliw-dot-files-b941ae304c0dbfeeab539bd8331361231632659e.tar.gz
bashrc: tell Python to not write bytecode files
Sponsored-by: author
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index e440c88..e430dba 100644
--- a/bashrc
+++ b/bashrc
@@ -205,6 +205,7 @@ export LANG=en_US.UTF-8
export LC_COLLATE=fi_FI.UTF-8
export ANSIBLE_ROLES_PATH="$HOME/code/debian-ansible/roles:$HOME/pers/debian-ansible/roles"
export ANSIBLE_STDOUT_CALLBACK=yaml
+export PYTHONDONTWRITEBYTECODE=1
PROMPT_DIRTRIM=1