aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-12-03 03:02:07 -0500
committertdro <tdro@users.noreply.github.com>2020-12-03 03:02:07 -0500
commitc7ee1b2cfa1e678818cde00d7efc89a05fa45ecc (patch)
treeab83820e6ed42f090ef6227cfc0370c18ad6f6db /.config
parentbd44f769e1902dca82b2c2e90825d5b0f4ab4411 (diff)
downloaddotfiles-c7ee1b2cfa1e678818cde00d7efc89a05fa45ecc.tar.gz
dotfiles-c7ee1b2cfa1e678818cde00d7efc89a05fa45ecc.tar.bz2
dotfiles-c7ee1b2cfa1e678818cde00d7efc89a05fa45ecc.zip
.bash_profile: Disable python writing to ~/.python_history
Diffstat (limited to '.config')
-rw-r--r--.config/python/pythonrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/python/pythonrc b/.config/python/pythonrc
new file mode 100644
index 0000000..b32e6b6
--- /dev/null
+++ b/.config/python/pythonrc
@@ -0,0 +1,2 @@
+import readline
+readline.write_history_file = lambda *args: None