]> git.sev.monster Git - dotfiles.git/blob - etc/pythonrc
zshenv: path performance micro optimization
[dotfiles.git] / etc / pythonrc
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.031964 seconds and 4 git commands to generate.