mirror of
https://github.com/Matir/skel.git
synced 2026-06-10 03:13:40 -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
|