mirror of
https://github.com/Matir/skel.git
synced 2026-06-09 19:03:41 -07:00
4 lines
95 B
Bash
4 lines
95 B
Bash
if which ipython >/dev/null 2>/dev/null ; then
|
|
export PYTHONSTARTUP="${HOME}/.ipython.py"
|
|
fi
|