mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
4 lines
104 B
Bash
4 lines
104 B
Bash
if have_command ipython || have_command ipython3 ; then
|
|
export PYTHONSTARTUP="${HOME}/.ipython.py"
|
|
fi
|