Files
skel/dotfiles/zshrc.d/ipython.zsh
David Tomaschik 4743b635aa Update zshrc.d
2025-06-10 09:07:56 -07:00

4 lines
104 B
Bash

if have_command ipython || have_command ipython3 ; then
export PYTHONSTARTUP="${HOME}/.ipython.py"
fi