Add python REPL configs
- Rich for prettification - Don't write a python_history
This commit is contained in:
parent
661917f37d
commit
1654c2ebf6
2 changed files with 24 additions and 0 deletions
3
.profile
3
.profile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue