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