mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -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
|