]> git.sev.monster Git - dotfiles.git/blame_incremental - etc/pythonrc
zlogout: clean up logic, dont act without data
[dotfiles.git] / etc / pythonrc
... / ...
CommitLineData
1# TODO: prevent ~/.python_history from being written?
2# https://unix.stackexchange.com/q/630642
3def clear():
4 import os
5 os.system('clear')
This page took 0.031688 seconds and 4 git commands to generate.