|
@@ -38,3 +38,6 @@ export GVFS_DISABLE_FUSE=1
|
38
|
38
|
|
39
|
39
|
# disable the terrible beep sound (only for X; for tty?, blacklist pcspkr)
|
40
|
40
|
[[ ${!DISPLAY[@]} ]] && xset b off
|
|
41
|
+
|
|
42
|
+# get rid of those .pyc files once and for all
|
|
43
|
+export PYTHONDONTWRITEBYTECODE=1
|