summaryrefslogtreecommitdiff
path: root/.config/python
blob: 94a4e4065e4f2ebb4e2293452ebdab9ba6cfab77 (plain)
1
2
3
4
5
6
#!/usr/bin/python
# run on each Python shell

# disable history
import readline
readline.write_history_file = lambda *args: None