mirror of
https://github.com/Matir/skel.git
synced 2026-06-10 11:13:40 -07:00
4 lines
122 B
Bash
4 lines
122 B
Bash
if command -v ipython >/dev/null || command -v ipython3 >/dev/null ; then
|
|
export PYTHONSTARTUP="${HOME}/.ipython.py"
|
|
fi
|