Files
skel/dotfiles/zshrc.d/ipython.zsh
2020-10-11 10:49:15 -07:00

4 lines
122 B
Bash

if command -v ipython >/dev/null || command -v ipython3 >/dev/null ; then
export PYTHONSTARTUP="${HOME}/.ipython.py"
fi