]>
git.sev.monster Git - dotfiles.git/blame_incremental - etc/pythonrc
... / ...
Commit | Line | Data |
| 1 | # TODO: prevent ~/.python_history from being written? |
| 2 | # https://unix.stackexchange.com/q/630642 |
| 3 | def clear(): |
| 4 | import os |
| 5 | os.system('clear') |
This page took 0.027505 seconds and 4 git commands to generate.