Update zshrc.d

This commit is contained in:
David Tomaschik
2025-06-10 09:07:56 -07:00
parent bbeb451251
commit 4743b635aa
4 changed files with 3 additions and 10 deletions

View File

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