Add python REPL configs

- Rich for prettification
- Don't write a python_history
This commit is contained in:
Trysdyn Black 2023-05-05 15:24:55 -07:00
parent 661917f37d
commit 1654c2ebf6
2 changed files with 24 additions and 0 deletions

View file

@ -22,3 +22,6 @@ fi
export HISTFILE=~/.history
export HISTSIZE=10000
export SAVEHIST=10000
# Use my special pythonrc to customize my REPL
export PYTHONSTARTUP=~/.config/pythonrc